diff options
| author | Kevin Lo <kevlo@FreeBSD.org> | 2012-10-10 08:36:38 +0000 |
|---|---|---|
| committer | Kevin Lo <kevlo@FreeBSD.org> | 2012-10-10 08:36:38 +0000 |
| commit | 9823d52705ad71f19ef2205aa729547ac396e3eb (patch) | |
| tree | f558c08714a1def984e388cf1f14e3786bf01dbf /sys/netinet/toecore.c | |
| parent | 87b8c3906166a5b64c6dc4dc7a5db7eb32406d9d (diff) | |
Notes
Diffstat (limited to 'sys/netinet/toecore.c')
| -rw-r--r-- | sys/netinet/toecore.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/toecore.c b/sys/netinet/toecore.c index c38018f6a426..7e498dd62432 100644 --- a/sys/netinet/toecore.c +++ b/sys/netinet/toecore.c @@ -570,7 +570,7 @@ toecore_mod_handler(module_t mod, int cmd, void *arg) static moduledata_t mod_data= { "toecore", toecore_mod_handler, - NULL + 0 }; MODULE_VERSION(toecore, 1); |
