diff options
Diffstat (limited to 'sys/coda/coda_namecache.c')
-rw-r--r-- | sys/coda/coda_namecache.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/coda/coda_namecache.c b/sys/coda/coda_namecache.c index f9bf03f5f4bf..9c541199e734 100644 --- a/sys/coda/coda_namecache.c +++ b/sys/coda/coda_namecache.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_namecache.c,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $ - * $FreeBSD$ - * */ - /* * Mach Operating System * Copyright (c) 1990 Carnegie-Mellon University @@ -76,6 +72,9 @@ * The latter has no zapping functions, so probably not. */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/errno.h> |