summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)
{