svn commit: r263668 - stable/10/usr.sbin/route6d

Gleb Smirnoff glebius at FreeBSD.org
Sun Mar 23 19:07:15 UTC 2014


Author: glebius
Date: Sun Mar 23 19:07:14 2014
New Revision: 263668
URL: http://svnweb.freebsd.org/changeset/base/263668

Log:
  Merge r263658 from head: remove unneeded fake _KERNEL definition.
  Should fix broken builds.

Modified:
  stable/10/usr.sbin/route6d/route6d.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/usr.sbin/route6d/route6d.c
==============================================================================
--- stable/10/usr.sbin/route6d/route6d.c	Sun Mar 23 16:49:03 2014	(r263667)
+++ stable/10/usr.sbin/route6d/route6d.c	Sun Mar 23 19:07:14 2014	(r263668)
@@ -64,9 +64,7 @@ static const char _rcsid[] = "$KAME: rou
 #include <sys/uio.h>
 #include <net/if.h>
 #include <net/if_var.h>
-#define	_KERNEL	1
 #include <net/route.h>
-#undef _KERNEL
 #include <netinet/in.h>
 #include <netinet/in_var.h>
 #include <netinet/ip6.h>


More information about the svn-src-all mailing list