[IPv6 IRC-DEV] Modulo Hispano-IPv6 ipv6/include inet.h,1.5,1.6 patchlevel.h,1.6,1.7 support.h,1.4,1.
Brought to you by:
zolty
From: Zolty <zo...@us...> - 2002-09-16 12:22:16
|
Update of /cvsroot/irc-dev/ipv6/include In directory usw-pr-cvs1:/tmp/cvs-serv10753/include Modified Files: inet.h patchlevel.h support.h Log Message: INET6.6 Index: inet.h =================================================================== RCS file: /cvsroot/irc-dev/ipv6/include/inet.h,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- inet.h 14 Sep 2002 22:44:50 -0000 1.5 +++ inet.h 16 Sep 2002 12:22:13 -0000 1.6 @@ -70,10 +70,6 @@ |(x)[8]|(x)[9]|(x)[10]|(x)[11] \ |(x)[12]|(x)[13]|(x)[14]|(x)[15]) -static unsigned char minus_one[] = - { 255, 255, 255, 255, 255, 255, 255, 255, 255, - 255, 255, 255, 255, 255, 255, 255, 0 -}; /* Tamanios */ Index: patchlevel.h =================================================================== RCS file: /cvsroot/irc-dev/ipv6/include/patchlevel.h,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- patchlevel.h 14 Sep 2002 22:44:51 -0000 1.6 +++ patchlevel.h 16 Sep 2002 12:22:13 -0000 1.7 @@ -49,7 +49,7 @@ \ \ \ - "+INET6.5" + "+INET6.6" /* * Deliberate empty lines Index: support.h =================================================================== RCS file: /cvsroot/irc-dev/ipv6/include/support.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- support.h 14 Sep 2002 22:44:51 -0000 1.4 +++ support.h 16 Sep 2002 12:22:13 -0000 1.5 @@ -17,6 +17,7 @@ extern char *inetntoa(struct IN_ADDR in); #ifdef INET6 extern int inetpton(int af, const char *src, void *dst); +extern const unsigned char minus_one[]; #endif extern int check_if_ipmask(const char *mask); extern void write_log(const char *filename, const char *pattern, ...); |