diff options
Diffstat (limited to 'lib/libc/stdlib/malloc.c')
| -rw-r--r-- | lib/libc/stdlib/malloc.c | 5 | 
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/stdlib/malloc.c b/lib/libc/stdlib/malloc.c index 463bbfcca7ab..202ac6921197 100644 --- a/lib/libc/stdlib/malloc.c +++ b/lib/libc/stdlib/malloc.c @@ -6,10 +6,11 @@   * this stuff is worth it, you can buy me a beer in return.   Poul-Henning Kamp   * ----------------------------------------------------------------------------   * - * $FreeBSD$ - *   */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); +  /*   * Defining EXTRA_SANITY will enable extra checks which are related   * to internal conditions and consistency in malloc.c. This has a  | 
