From 1798b679e24088f17763729158cfd103e0270a06 Mon Sep 17 00:00:00 2001 From: dillon Date: Sun, 30 Sep 2001 21:38:17 +0000 Subject: Add __FBSDID()s to internal libgnumalloc() --- lib/libgnumalloc/cfree.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'lib') diff --git a/lib/libgnumalloc/cfree.c b/lib/libgnumalloc/cfree.c index 5191fd6..e570228 100644 --- a/lib/libgnumalloc/cfree.c +++ b/lib/libgnumalloc/cfree.c @@ -1,3 +1,10 @@ +/* + * cfree.c + */ + +#include +__FBSDID("$FreeBSD$"); + void cfree(void *foo) { -- cgit v1.1