--------------------- PatchSet 6024 Date: 2007/10/28 09:49:53 Author: amosjeffries Branch: squid3-ipv6 Tag: (none) Log: Drop some dead code. Members: lib/inet_ntop.c:1.1.2.2->1.1.2.3 lib/inet_pton.c:1.1.2.2->1.1.2.3 Index: squid3/lib/inet_ntop.c =================================================================== RCS file: /cvsroot/squid-sf//squid3/lib/Attic/inet_ntop.c,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -u -r1.1.2.2 -r1.1.2.3 --- squid3/lib/inet_ntop.c 6 Oct 2007 20:25:51 -0000 1.1.2.2 +++ squid3/lib/inet_ntop.c 28 Oct 2007 09:49:53 -0000 1.1.2.3 @@ -12,7 +12,9 @@ * * 06-Oct-2007 : Various fixes to allow the build on MinGW * - * Squid CVS $Id: inet_ntop.c,v 1.1.2.2 2007/10/06 20:25:51 serassio Exp $ + * 28-Oct-2007: drop some dead code. now tested working without. + * + * Squid CVS $Id: inet_ntop.c,v 1.1.2.3 2007/10/28 09:49:53 amosjeffries Exp $ * * Original License and code follows. */ @@ -42,8 +44,6 @@ static const char rcsid[] = "inet_ntop.c,v 1.1.2.1.8.2 2005/11/03 23:08:40 marka Exp"; #endif /* LIBC_SCCS and not lint */ -//AYJ: #include "port_before.h" - #if HAVE_SYS_PARAM_H #include #endif @@ -74,8 +74,6 @@ #include #endif -//AYJ: #include "port_after.h" - #ifdef SPRINTF_CHAR # define SPRINTF(x) strlen(sprintf/**/x) #else Index: squid3/lib/inet_pton.c =================================================================== RCS file: /cvsroot/squid-sf//squid3/lib/Attic/inet_pton.c,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -u -r1.1.2.2 -r1.1.2.3 --- squid3/lib/inet_pton.c 6 Oct 2007 20:25:51 -0000 1.1.2.2 +++ squid3/lib/inet_pton.c 28 Oct 2007 09:49:53 -0000 1.1.2.3 @@ -11,7 +11,9 @@ * * 06-Oct-2007 : Various fixes to allow the build on MinGW * - * Squid CVS $Id: inet_pton.c,v 1.1.2.2 2007/10/06 20:25:51 serassio Exp $ + * 28-Oct-2007: drop some dead code. now tested working without. + * + * Squid CVS $Id: inet_pton.c,v 1.1.2.3 2007/10/28 09:49:53 amosjeffries Exp $ * * Original License and code follows. */ @@ -41,8 +43,6 @@ static const char rcsid[] = "inet_pton.c,v 1.2.206.2 2005/07/28 07:43:18 marka Exp"; #endif /* LIBC_SCCS and not lint */ -//AYJ: #include "port_before.h" - #if HAVE_SYS_PARAM_H #include #endif @@ -68,8 +68,6 @@ #include #endif -//AYJ: #include "port_after.h" - #if ! defined(NS_INADDRSZ) #define NS_INADDRSZ 4 #endif