summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_map.c
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-06-11 23:50:51 +0000
committerobrien <obrien@FreeBSD.org>2003-06-11 23:50:51 +0000
commitb0678d7a4429dd07b729a73ad0e24e2d62fec0fb (patch)
treef1371dbeb6939566fce7cf73cfd9787395f95f65 /sys/vm/vm_map.c
parent0e1e089ce6d687b8fc5ac84eac4b2f200cc2e863 (diff)
downloadFreeBSD-src-b0678d7a4429dd07b729a73ad0e24e2d62fec0fb.zip
FreeBSD-src-b0678d7a4429dd07b729a73ad0e24e2d62fec0fb.tar.gz
Use __FBSDID().
Diffstat (limited to 'sys/vm/vm_map.c')
-rw-r--r--sys/vm/vm_map.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/vm/vm_map.c b/sys/vm/vm_map.c
index 53b51b8..66b6023 100644
--- a/sys/vm/vm_map.c
+++ b/sys/vm/vm_map.c
@@ -60,14 +60,15 @@
*
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
- *
- * $FreeBSD$
*/
/*
* Virtual memory mapping module.
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/ktr.h>
OpenPOWER on IntegriCloud