diff options
author | eivind <eivind@FreeBSD.org> | 1998-11-26 18:54:52 +0000 |
---|---|---|
committer | eivind <eivind@FreeBSD.org> | 1998-11-26 18:54:52 +0000 |
commit | da99bd7667e68e4b83e941ad12af24f2de3b29c2 (patch) | |
tree | 4b35f5e436a53d4bd5e4a364aca5d0958fa70580 /sys/netinet/ip_fw.c | |
parent | 3cf3a6389ea31d2b7253bde48d67ca97a35f28ab (diff) | |
download | FreeBSD-src-da99bd7667e68e4b83e941ad12af24f2de3b29c2.zip FreeBSD-src-da99bd7667e68e4b83e941ad12af24f2de3b29c2.tar.gz |
Staticize some more.
Diffstat (limited to 'sys/netinet/ip_fw.c')
-rw-r--r-- | sys/netinet/ip_fw.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ip_fw.c b/sys/netinet/ip_fw.c index fc31dc6..8e818dc 100644 --- a/sys/netinet/ip_fw.c +++ b/sys/netinet/ip_fw.c @@ -12,7 +12,7 @@ * * This software is provided ``AS IS'' without any warranties of any kind. * - * $Id: ip_fw.c,v 1.97 1998/10/16 03:55:01 peter Exp $ + * $Id: ip_fw.c,v 1.98 1998/11/15 15:33:52 bde Exp $ */ /* @@ -1190,7 +1190,7 @@ ipfw_modevent(module_t mod, int type, void *unused) return 0; } -moduledata_t ipfwmod = { +static moduledata_t ipfwmod = { "ipfw", ipfw_modevent, 0 |