Add __FBSDID()s to internal libgnumalloc()

This commit is contained in:
Matthew Dillon 2001-09-30 21:38:17 +00:00
parent 733ea32b1c
commit d331dd4ea1

View File

@ -1,3 +1,10 @@
/*
* cfree.c
*/
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
void
cfree(void *foo)
{