svn commit: r198117 - user/eri/pf45/head/sys/netinet

Ermal Luçi eri at FreeBSD.org
Thu Oct 15 08:55:43 UTC 2009


Author: eri
Date: Thu Oct 15 08:55:43 2009
New Revision: 198117
URL: http://svn.freebsd.org/changeset/base/198117

Log:
  Remove missed check of divert(4) dependency on ipfw(4).

Modified:
  user/eri/pf45/head/sys/netinet/ip_divert.c

Modified: user/eri/pf45/head/sys/netinet/ip_divert.c
==============================================================================
--- user/eri/pf45/head/sys/netinet/ip_divert.c	Thu Oct 15 08:42:29 2009	(r198116)
+++ user/eri/pf45/head/sys/netinet/ip_divert.c	Thu Oct 15 08:55:43 2009	(r198117)
@@ -37,9 +37,6 @@ __FBSDID("$FreeBSD$");
 #ifndef INET
 #error "IPDIVERT requires INET."
 #endif
-#ifndef IPFIREWALL
-#error "IPDIVERT requires IPFIREWALL"
-#endif
 #endif
 
 #include <sys/param.h>


More information about the svn-src-user mailing list