summaryrefslogtreecommitdiffstats
path: root/sys/coda/coda_fbsd.c
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-06-10 21:29:12 +0000
committerobrien <obrien@FreeBSD.org>2003-06-10 21:29:12 +0000
commitf72cbcf20753e9285eb1bfcde01b63b6bc05be01 (patch)
tree0247022f69e25b0a04adf33d00fbf45b920e570f /sys/coda/coda_fbsd.c
parent690b759d6f672162eb539fb79875f5d7057e7b9e (diff)
downloadFreeBSD-src-f72cbcf20753e9285eb1bfcde01b63b6bc05be01.zip
FreeBSD-src-f72cbcf20753e9285eb1bfcde01b63b6bc05be01.tar.gz
Use __FBSDID().
Diffstat (limited to 'sys/coda/coda_fbsd.c')
-rw-r--r--sys/coda/coda_fbsd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/coda/coda_fbsd.c b/sys/coda/coda_fbsd.c
index 9d2bf6e..ac52818 100644
--- a/sys/coda/coda_fbsd.c
+++ b/sys/coda/coda_fbsd.c
@@ -1,5 +1,4 @@
/*
- *
* Coda: an Experimental Distributed File System
* Release 3.1
*
@@ -27,10 +26,11 @@
* Mellon the rights to redistribute these changes without encumbrance.
*
* @(#) src/sys/coda/coda_fbsd.cr,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $
- * $FreeBSD$
- *
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include "vcoda.h"
#include <sys/param.h>
OpenPOWER on IntegriCloud