summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_unix.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_unix.c
parent0e1e089ce6d687b8fc5ac84eac4b2f200cc2e863 (diff)
downloadFreeBSD-src-b0678d7a4429dd07b729a73ad0e24e2d62fec0fb.zip
FreeBSD-src-b0678d7a4429dd07b729a73ad0e24e2d62fec0fb.tar.gz
Use __FBSDID().
Diffstat (limited to 'sys/vm/vm_unix.c')
-rw-r--r--sys/vm/vm_unix.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/vm/vm_unix.c b/sys/vm/vm_unix.c
index 90bfba2..b57958e 100644
--- a/sys/vm/vm_unix.c
+++ b/sys/vm/vm_unix.c
@@ -38,13 +38,15 @@
* from: Utah $Hdr: vm_unix.c 1.1 89/11/07$
*
* @(#)vm_unix.c 8.1 (Berkeley) 6/11/93
- * $FreeBSD$
*/
/*
* Traditional sbrk/grow interface to VM
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/param.h>
#include <sys/lock.h>
#include <sys/mutex.h>
OpenPOWER on IntegriCloud