summaryrefslogtreecommitdiffstats
path: root/lib/libcompat/4.3
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2010-03-13 18:06:17 +0000
committered <ed@FreeBSD.org>2010-03-13 18:06:17 +0000
commit533aa54353bcbfc4d972b69b5028b5b0974a7ac0 (patch)
tree2efe186fc1f547a511400880681a67504eb5dd78 /lib/libcompat/4.3
parentb4809b0e570553066cd9e45450ed33d5966b457a (diff)
downloadFreeBSD-src-533aa54353bcbfc4d972b69b5028b5b0974a7ac0.zip
FreeBSD-src-533aa54353bcbfc4d972b69b5028b5b0974a7ac0.tar.gz
Small style(9) cleanups.
Diffstat (limited to 'lib/libcompat/4.3')
-rw-r--r--lib/libcompat/4.3/cfree.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libcompat/4.3/cfree.c b/lib/libcompat/4.3/cfree.c
index ca51d2e..7a7baad 100644
--- a/lib/libcompat/4.3/cfree.c
+++ b/lib/libcompat/4.3/cfree.c
@@ -39,5 +39,6 @@ static char sccsid[] = "@(#)cfree.c 8.1 (Berkeley) 6/4/93";
void
cfree(void *p)
{
+
free(p);
}
OpenPOWER on IntegriCloud