[Shadowirc-commits] CVS: shadowirc/src/lib LongStrings.c,1.14,1.15 MyMacBinary.c,1.5,1.6 TCPStuff.c,
Status: Alpha
Brought to you by:
dshadow
|
From: John B. <ds...@us...> - 2005-05-01 04:48:28
|
Update of /cvsroot/shadowirc/shadowirc/src/lib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10908/lib Modified Files: LongStrings.c MyMacBinary.c TCPStuff.c Log Message: Fix mismatched inclue case errors Index: LongStrings.c =================================================================== RCS file: /cvsroot/shadowirc/shadowirc/src/lib/LongStrings.c,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- LongStrings.c 22 Jun 2004 19:37:34 -0000 1.14 +++ LongStrings.c 1 May 2005 04:47:39 -0000 1.15 @@ -1,6 +1,6 @@ /* ShadowIRC - A Mac OS IRC Client - Copyright (C) 1996-2004 John Bafford + Copyright (C) 1996-2005 John Bafford ds...@sh... http://www.shadowirc.com @@ -22,7 +22,7 @@ #include <stdarg.h> #include "LongStrings.h" -#include "inline.h" +#include "Inline.h" #define USE_SHADOWIRC_ASSEMBLY 0 Index: MyMacBinary.c =================================================================== RCS file: /cvsroot/shadowirc/shadowirc/src/lib/MyMacBinary.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- MyMacBinary.c 30 Apr 2002 02:41:15 -0000 1.5 +++ MyMacBinary.c 1 May 2005 04:47:39 -0000 1.6 @@ -1,6 +1,6 @@ /* ShadowIRC - A Mac OS IRC Client - Copyright (C) 1996-2002 John Bafford + Copyright (C) 1996-2005 John Bafford ds...@sh... http://www.shadowirc.com @@ -27,7 +27,7 @@ #include "CalcCRC.h" #include "utils.h" -#include "inline.h" +#include "Inline.h" enum { macbin_folder_ftype = 'fold', Index: TCPStuff.c =================================================================== RCS file: /cvsroot/shadowirc/shadowirc/src/lib/TCPStuff.c,v retrieving revision 1.67 retrieving revision 1.68 diff -u -d -r1.67 -r1.68 --- TCPStuff.c 20 Dec 2003 03:41:22 -0000 1.67 +++ TCPStuff.c 1 May 2005 04:47:39 -0000 1.68 @@ -1,11 +1,11 @@ /* ShadowIRC - A Mac OS IRC Client - Copyright (C) 1996-2000 John Bafford <ds...@sh...> + Copyright (C) 1996-2005 John Bafford <ds...@sh...> Re-written for MacOS X by: Landon Fuller <la...@fu...> Chris Campbell <chr...@ma...> Sean McGovern <smc...@us...> - Copyright (C) 2002-2003 Landon Fuller, Chris Campbell, John Bafford, Sean McGovern + Copyright (C) 2002-2005 Landon Fuller, Chris Campbell, John Bafford, Sean McGovern http://www.shadowirc.com This program is free software; you can redistribute it and/or @@ -49,7 +49,7 @@ #include "TCPStuff.h" #include "TCP.h" -#include "inline.h" +#include "Inline.h" #ifndef _utils_ #include "utils.h" |