aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/ip_flow.c
diff options
context:
space:
mode:
authorLuigi Rizzo <luigi@FreeBSD.org>2001-11-04 17:35:31 +0000
committerLuigi Rizzo <luigi@FreeBSD.org>2001-11-04 17:35:31 +0000
commit09b2ca212b6d147b0fd61dc9ce3ce76d9919a957 (patch)
tree95c621be014f453ed0fa275ab8552d7bdbd6f192 /sys/netinet/ip_flow.c
parent39d2e655eece8d7c5665f99d06f12f2750d91cf9 (diff)
downloadsrc-09b2ca212b6d147b0fd61dc9ce3ce76d9919a957.tar.gz
src-09b2ca212b6d147b0fd61dc9ce3ce76d9919a957.zip
s/FREE/free/
Notes
Notes: svn path=/head/; revision=86031
Diffstat (limited to 'sys/netinet/ip_flow.c')
-rw-r--r--sys/netinet/ip_flow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/ip_flow.c b/sys/netinet/ip_flow.c
index a7af5450af90..a23f2bbda736 100644
--- a/sys/netinet/ip_flow.c
+++ b/sys/netinet/ip_flow.c
@@ -199,7 +199,7 @@ ipflow_free(
ipflow_addstats(ipf);
RTFREE(ipf->ipf_ro.ro_rt);
ipflow_inuse--;
- FREE(ipf, M_IPFLOW);
+ free(ipf, M_IPFLOW);
}
static struct ipflow *