diff options
author | eivind <eivind@FreeBSD.org> | 1999-04-11 02:50:42 +0000 |
---|---|---|
committer | eivind <eivind@FreeBSD.org> | 1999-04-11 02:50:42 +0000 |
commit | 57f5464515ef0a1961aa12e149d0b84f04628df6 (patch) | |
tree | ba6068dfe1b58a3cdc8d1601393a298e5c904811 /sys/netinet | |
parent | 0c28a9ea813d884afaa41f252e6621c61c8f058e (diff) | |
download | FreeBSD-src-57f5464515ef0a1961aa12e149d0b84f04628df6.zip FreeBSD-src-57f5464515ef0a1961aa12e149d0b84f04628df6.tar.gz |
Staticize.
Diffstat (limited to 'sys/netinet')
-rw-r--r-- | sys/netinet/ip_flow.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ip_flow.c b/sys/netinet/ip_flow.c index d4a2439..dfb7c1b 100644 --- a/sys/netinet/ip_flow.c +++ b/sys/netinet/ip_flow.c @@ -33,7 +33,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $Id: ip_flow.c,v 1.5 1998/06/21 14:53:29 bde Exp $ + * $Id: ip_flow.c,v 1.6 1998/12/07 21:58:38 archie Exp $ */ #include <sys/param.h> @@ -67,7 +67,7 @@ static int ipflow_active = 0; SYSCTL_INT(_net_inet_ip, IPCTL_FASTFORWARDING, fastforwarding, CTLFLAG_RW, &ipflow_active, 0, ""); -MALLOC_DEFINE(M_IPFLOW, "ip_flow", "IP flow"); +static MALLOC_DEFINE(M_IPFLOW, "ip_flow", "IP flow"); static unsigned ipflow_hash( |