summaryrefslogtreecommitdiffstats
path: root/sys/contrib
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2012-10-10 08:36:38 +0000
committerkevlo <kevlo@FreeBSD.org>2012-10-10 08:36:38 +0000
commitceb08698f2ab235d37571dd8489ae8313efcbfb7 (patch)
treef558c08714a1def984e388cf1f14e3786bf01dbf /sys/contrib
parentc88713bcea5c98dce43bbbaee2f92b006fa2b6fe (diff)
downloadFreeBSD-src-ceb08698f2ab235d37571dd8489ae8313efcbfb7.zip
FreeBSD-src-ceb08698f2ab235d37571dd8489ae8313efcbfb7.tar.gz
Revert previous commit...
Pointyhat to: kevlo (myself)
Diffstat (limited to 'sys/contrib')
-rw-r--r--sys/contrib/ipfilter/netinet/mlfk_ipl.c2
-rw-r--r--sys/contrib/rdma/rdma_addr.c2
-rw-r--r--sys/contrib/rdma/rdma_cma.c2
-rw-r--r--sys/contrib/rdma/rdma_device.c2
-rw-r--r--sys/contrib/rdma/rdma_iwcm.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/sys/contrib/ipfilter/netinet/mlfk_ipl.c b/sys/contrib/ipfilter/netinet/mlfk_ipl.c
index 709c613b..6dcb821 100644
--- a/sys/contrib/ipfilter/netinet/mlfk_ipl.c
+++ b/sys/contrib/ipfilter/netinet/mlfk_ipl.c
@@ -275,7 +275,7 @@ ipf_modunload()
static moduledata_t ipfiltermod = {
"ipfilter",
ipfilter_modevent,
- NULL
+ 0
};
diff --git a/sys/contrib/rdma/rdma_addr.c b/sys/contrib/rdma/rdma_addr.c
index 4d43e4b..b1717c0 100644
--- a/sys/contrib/rdma/rdma_addr.c
+++ b/sys/contrib/rdma/rdma_addr.c
@@ -407,7 +407,7 @@ addr_load(module_t mod, int cmd, void *arg)
static moduledata_t mod_data = {
"rdma_addr",
addr_load,
- NULL
+ 0
};
MODULE_VERSION(rdma_addr, 1);
diff --git a/sys/contrib/rdma/rdma_cma.c b/sys/contrib/rdma/rdma_cma.c
index 0806094..ea3d501 100644
--- a/sys/contrib/rdma/rdma_cma.c
+++ b/sys/contrib/rdma/rdma_cma.c
@@ -2990,7 +2990,7 @@ cma_load(module_t mod, int cmd, void *arg)
static moduledata_t mod_data = {
"rdma_cma",
cma_load,
- NULL
+ 0
};
MODULE_VERSION(rdma_cma, 1);
diff --git a/sys/contrib/rdma/rdma_device.c b/sys/contrib/rdma/rdma_device.c
index a96aa68..53cf31f 100644
--- a/sys/contrib/rdma/rdma_device.c
+++ b/sys/contrib/rdma/rdma_device.c
@@ -769,7 +769,7 @@ rdma_core_load(module_t mod, int cmd, void *arg)
static moduledata_t mod_data = {
"rdma_core",
rdma_core_load,
- NULL
+ 0
};
MODULE_VERSION(rdma_core, 1);
diff --git a/sys/contrib/rdma/rdma_iwcm.c b/sys/contrib/rdma/rdma_iwcm.c
index a20bf95..916abcd 100644
--- a/sys/contrib/rdma/rdma_iwcm.c
+++ b/sys/contrib/rdma/rdma_iwcm.c
@@ -1078,7 +1078,7 @@ iw_cm_load(module_t mod, int cmd, void *arg)
static moduledata_t mod_data = {
"rdma_iwcm",
iw_cm_load,
- NULL
+ 0
};
MODULE_VERSION(rdma_iwcm, 1);
OpenPOWER on IntegriCloud