svn commit: r231315 - stable/8/sys/netinet

Bjoern A. Zeeb bz at FreeBSD.org
Thu Feb 9 22:54:08 UTC 2012


Author: bz
Date: Thu Feb  9 22:54:07 2012
New Revision: 231315
URL: http://svn.freebsd.org/changeset/base/231315

Log:
  MFC r230387:
  
   Remove a superfluous INET6 check (no opt_inet6.h included anyway).

Modified:
  stable/8/sys/netinet/if_ether.c
Directory Properties:
  stable/8/sys/   (props changed)

Modified: stable/8/sys/netinet/if_ether.c
==============================================================================
--- stable/8/sys/netinet/if_ether.c	Thu Feb  9 22:48:35 2012	(r231314)
+++ stable/8/sys/netinet/if_ether.c	Thu Feb  9 22:54:07 2012	(r231315)
@@ -64,7 +64,7 @@ __FBSDID("$FreeBSD$");
 #include <netinet/in_var.h>
 #include <net/if_llatbl.h>
 #include <netinet/if_ether.h>
-#if defined(INET) || defined(INET6)
+#if defined(INET)
 #include <netinet/ip_carp.h>
 #endif
 


More information about the svn-src-stable-8 mailing list