aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/ip_divert.c
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2012-10-10 08:36:38 +0000
committerKevin Lo <kevlo@FreeBSD.org>2012-10-10 08:36:38 +0000
commit9823d52705ad71f19ef2205aa729547ac396e3eb (patch)
treef558c08714a1def984e388cf1f14e3786bf01dbf /sys/netinet/ip_divert.c
parent87b8c3906166a5b64c6dc4dc7a5db7eb32406d9d (diff)
downloadsrc-9823d52705ad71f19ef2205aa729547ac396e3eb.tar.gz
src-9823d52705ad71f19ef2205aa729547ac396e3eb.zip
Revert previous commit...
Pointyhat to: kevlo (myself)
Notes
Notes: svn path=/head/; revision=241394
Diffstat (limited to 'sys/netinet/ip_divert.c')
-rw-r--r--sys/netinet/ip_divert.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/ip_divert.c b/sys/netinet/ip_divert.c
index 07fb9b049b04..4f5f1b35e370 100644
--- a/sys/netinet/ip_divert.c
+++ b/sys/netinet/ip_divert.c
@@ -834,7 +834,7 @@ div_modevent(module_t mod, int type, void *unused)
static moduledata_t ipdivertmod = {
"ipdivert",
div_modevent,
- NULL
+ 0
};
DECLARE_MODULE(ipdivert, ipdivertmod, SI_SUB_PROTO_IFATTACHDOMAIN, SI_ORDER_ANY);