[ds6-devel] nc6/src connection.c,1.14,1.15
chris@deepspace6.net
chris@deepspace6.net
Wed Jan 1 13:40:51 2003
- Previous message: [ds6-devel]
nc6/src connection.c,1.13,1.14 io_stream.c,1.12,1.13 io_stream.h,1.6,1.7
- Next message: [ds6-devel]
nc6/src Makefile.am,1.8,1.9 filter.c,1.13,1.14 filter.h,1.6,1.7
network.c,1.25,1.26 rt_config.c,1.4,NONE rt_config.h,1.2,NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvs/nc6/src
Modified Files:
connection.c
Log Message:
Fixed stupid typo that broke -6
Index: connection.c
===================================================================
RCS file: /cvs/nc6/src/connection.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- connection.c 1 Jan 2003 12:50:58 -0000 1.14
+++ connection.c 1 Jan 2003 13:40:49 -0000 1.15
@@ -90,7 +90,7 @@
switch (attrs->proto) {
case PROTO_IPv6:
-#ifdef ENABLE_INET6
+#ifdef ENABLE_IPV6
ainfo->ai_family = PF_INET6;
#else
fatal("internal error: system does not support ipv6");
- Previous message: [ds6-devel]
nc6/src connection.c,1.13,1.14 io_stream.c,1.12,1.13 io_stream.h,1.6,1.7
- Next message: [ds6-devel]
nc6/src Makefile.am,1.8,1.9 filter.c,1.13,1.14 filter.h,1.6,1.7
network.c,1.25,1.26 rt_config.c,1.4,NONE rt_config.h,1.2,NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the ds6-devel
mailing list