diff options
Diffstat (limited to 'sys/coda/coda_venus.c')
-rw-r--r-- | sys/coda/coda_venus.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/coda/coda_venus.c b/sys/coda/coda_venus.c index 66a0b19..f1eac62 100644 --- a/sys/coda/coda_venus.c +++ b/sys/coda/coda_venus.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/cfs/coda_venus.c,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $ - * $FreeBSD$ - * */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/fcntl.h> |