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

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

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

Modified: stable/9/sys/netinet/if_ether.c
==============================================================================
--- stable/9/sys/netinet/if_ether.c     Thu Feb  9 22:54:07 2012        
(r231315)
+++ stable/9/sys/netinet/if_ether.c     Thu Feb  9 22:54:16 2012        
(r231316)
@@ -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
 
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to