svn commit: r231316 - stable/9/sys/netinet

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


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
 


More information about the svn-src-all mailing list