Add __FBSDID()s to internal libgnumalloc()
This commit is contained in:
parent
733ea32b1c
commit
d331dd4ea1
@ -1,3 +1,10 @@
|
||||
/*
|
||||
* cfree.c
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
void
|
||||
cfree(void *foo)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user