diff options
Diffstat (limited to 'lib/libc/gen/pmadvise.c')
| -rw-r--r-- | lib/libc/gen/pmadvise.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/gen/pmadvise.c b/lib/libc/gen/pmadvise.c index bcd15204041a..4024d64cd7f2 100644 --- a/lib/libc/gen/pmadvise.c +++ b/lib/libc/gen/pmadvise.c @@ -2,9 +2,11 @@ * The contents of this file are in the public domain. * Written by Garrett A. Wollman, 2000-10-07. * - * $FreeBSD$ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/mman.h> int |
