diff options
Diffstat (limited to 'sys/fs/coda/coda_subr.c')
-rw-r--r-- | sys/fs/coda/coda_subr.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sys/fs/coda/coda_subr.c b/sys/fs/coda/coda_subr.c index 53c43464e3f2..36df51dc8515 100644 --- a/sys/fs/coda/coda_subr.c +++ b/sys/fs/coda/coda_subr.c @@ -1,5 +1,4 @@ /* - * * Coda: an Experimental Distributed File System * Release 3.1 * @@ -27,10 +26,7 @@ * Mellon the rights to redistribute these changes without encumbrance. * * @(#) src/sys/coda/coda_subr.c,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $ - * $FreeBSD$ - * - */ - + */ /* * Mach Operating System * Copyright (c) 1989 Carnegie-Mellon University @@ -55,6 +51,9 @@ * 4. coda_cacheprint (under DEBUG) prints names with vnode/cnode address */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <vcoda.h> #include <sys/param.h> |