summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/pmadvise.c
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-02-01 00:57:29 +0000
committerobrien <obrien@FreeBSD.org>2002-02-01 00:57:29 +0000
commit675250e8eb2f1e93e8238f6611a7c3ae8d42d264 (patch)
treeef433201f15534b3543b0b05d4dc15466eed0d0c /lib/libc/gen/pmadvise.c
parentc345ed402eadecfec98f3c9f9d01326efaa50f50 (diff)
downloadFreeBSD-src-675250e8eb2f1e93e8238f6611a7c3ae8d42d264.zip
FreeBSD-src-675250e8eb2f1e93e8238f6611a7c3ae8d42d264.tar.gz
Fix SCM ID's.
Diffstat (limited to 'lib/libc/gen/pmadvise.c')
-rw-r--r--lib/libc/gen/pmadvise.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/gen/pmadvise.c b/lib/libc/gen/pmadvise.c
index bcd1520..4024d64 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
OpenPOWER on IntegriCloud