diff options
| author | Matthew Dillon <dillon@FreeBSD.org> | 2001-09-30 21:38:17 +0000 |
|---|---|---|
| committer | Matthew Dillon <dillon@FreeBSD.org> | 2001-09-30 21:38:17 +0000 |
| commit | d331dd4ea156d126ac3492eadf2c6632e7206c71 (patch) | |
| tree | 6403b5fd920e3ca921bd4841aa3a6656ea627841 | |
| parent | 733ea32b1c110a10d0f4b3d9cbd22b38f21e6ec7 (diff) | |
Notes
| -rw-r--r-- | lib/libgnumalloc/cfree.c | 7 |
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) { |
