diff options
| author | Kevin Lo <kevlo@FreeBSD.org> | 2012-10-09 08:27:40 +0000 |
|---|---|---|
| committer | Kevin Lo <kevlo@FreeBSD.org> | 2012-10-09 08:27:40 +0000 |
| commit | a10cee30c94cf5944826d2a495e9cdf339dfbcc8 (patch) | |
| tree | e7c16f01159a965270042d2eee89fe0f8bea4679 /sys/crypto | |
| parent | 10d66948a86af28bd85ffc630b1db99a2a3d25de (diff) | |
Notes
Diffstat (limited to 'sys/crypto')
| -rw-r--r-- | sys/crypto/rc4/rc4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/crypto/rc4/rc4.c b/sys/crypto/rc4/rc4.c index dbdbd7af6aa0..c2d5f96dd8a5 100644 --- a/sys/crypto/rc4/rc4.c +++ b/sys/crypto/rc4/rc4.c @@ -122,7 +122,7 @@ rc4_modevent(module_t mod, int type, void *unused) static moduledata_t rc4_mod = { "rc4", rc4_modevent, - 0 + NULL }; DECLARE_MODULE(rc4, rc4_mod, SI_SUB_DRIVERS, SI_ORDER_FIRST); MODULE_VERSION(rc4, 1); |
