[IPv6 IRC-DEV] Modulo Hispano-IPv6 ipv6 CAMBIOS.Ipv6,1.5,1.6 Makefile.in,1.2,1.3
Brought to you by:
zolty
From: Zolty <zo...@us...> - 2002-09-16 12:22:16
|
Update of /cvsroot/irc-dev/ipv6 In directory usw-pr-cvs1:/tmp/cvs-serv10753 Modified Files: CAMBIOS.Ipv6 Makefile.in Log Message: INET6.6 Index: CAMBIOS.Ipv6 =================================================================== RCS file: /cvsroot/irc-dev/ipv6/CAMBIOS.Ipv6,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- CAMBIOS.Ipv6 14 Sep 2002 22:44:50 -0000 1.5 +++ CAMBIOS.Ipv6 16 Sep 2002 12:22:12 -0000 1.6 @@ -1,3 +1,9 @@ +* 2002/09/16 zo...@ir... INET6.6 +----------------------------------------------------------------------- +Se corrige varios warnings de compilacion. +Se deshabilita el IPcheck cuando compilas con IPv6, es temporal, que +antes de esto hay cosas mas importantes por hacerlo. + * 2002/09/15 zo...@ir... INET6.5 ----------------------------------------------------------------------- En las rutinas de resolv, como no hay libreria resolv con IPv6, se hace Index: Makefile.in =================================================================== RCS file: /cvsroot/irc-dev/ipv6/Makefile.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- Makefile.in 14 Sep 2002 14:42:04 -0000 1.2 +++ Makefile.in 16 Sep 2002 12:22:13 -0000 1.3 @@ -126,6 +126,6 @@ # Indent all headers and source files: indent: - @test "`indent --version`" = "GNU indent 2.2.6" || \ + @test "`indent --version`" = "GNU indent 2.2.8a" || \ (echo "You need GNU indent 2.2.8a; See doc/readme.indent" && exit -1); VERSION_CONTROL=none indent include/*.h ircd/*.c |