PERFORCE change 150218 for review

Bjoern A. Zeeb bz at FreeBSD.org
Sun Sep 21 17:40:26 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=150218

Change 150218 by bz at bz_dumpster on 2008/09/21 17:39:59

	s,IET6,INET6, -- the #ifdef got mangled somehow.

Affected files ...

.. //depot/projects/vimage-commit2/src/sys/netinet/tcp_subr.c#16 edit

Differences ...

==== //depot/projects/vimage-commit2/src/sys/netinet/tcp_subr.c#16 (text+ko) ====

@@ -74,7 +74,7 @@
 #endif
 #include <netinet/in_var.h>
 #include <netinet/ip_var.h>
-#ifdef IET6
+#ifdef INET6
 #include <netinet6/ip6_var.h>
 #include <netinet6/scope6_var.h>
 #include <netinet6/nd6.h>


More information about the p4-projects mailing list