summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Dillon <dillon@FreeBSD.org>2001-09-30 21:38:17 +0000
committerMatthew Dillon <dillon@FreeBSD.org>2001-09-30 21:38:17 +0000
commitd331dd4ea156d126ac3492eadf2c6632e7206c71 (patch)
tree6403b5fd920e3ca921bd4841aa3a6656ea627841
parent733ea32b1c110a10d0f4b3d9cbd22b38f21e6ec7 (diff)
Notes
-rw-r--r--lib/libgnumalloc/cfree.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/libgnumalloc/cfree.c b/lib/libgnumalloc/cfree.c
index 5191fd6fe877..e57022867339 100644
--- a/lib/libgnumalloc/cfree.c
+++ b/lib/libgnumalloc/cfree.c
@@ -1,3 +1,10 @@
+/*
+ * cfree.c
+ */
+
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
void
cfree(void *foo)
{