kernel build failed, if IPSEC is *not* defined:

../../../../netinet/in_proto.c:214: error: 'etherip_input' undeclared here (not 
in a function)
../../../../netinet/in_proto.c:216: error: 'etherip_sysctl' undeclared here 
(not in a function)

got OK from claudio@ need one more.

OK?

Index: in_proto.c
===================================================================
RCS file: /cvs/src/sys/netinet/in_proto.c,v
retrieving revision 1.53
diff -u -p -r1.53 in_proto.c
--- in_proto.c  11 May 2010 09:36:07 -0000      1.53
+++ in_proto.c  10 Aug 2010 20:33:30 -0000
@@ -149,9 +149,9 @@

 #ifdef IPSEC
 #include <netinet/ip_ipsp.h>
-#include <netinet/ip_ether.h>
 #endif

+#include <netinet/ip_ether.h>
 #include <netinet/ip_ipip.h>

 #include "gre.h"

Reply via email to