summaryrefslogtreecommitdiffstats
path: root/sys/fs/coda/coda_vfsops.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/fs/coda/coda_vfsops.c')
-rw-r--r--sys/fs/coda/coda_vfsops.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/fs/coda/coda_vfsops.c b/sys/fs/coda/coda_vfsops.c
index f25738f..4c03a6c 100644
--- a/sys/fs/coda/coda_vfsops.c
+++ b/sys/fs/coda/coda_vfsops.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/cfs/coda_vfsops.c,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $
- * $FreeBSD$
- *
*/
-
/*
* Mach Operating System
* Copyright (c) 1989 Carnegie-Mellon University
@@ -44,6 +40,9 @@
* M. Satyanarayanan.
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <vcoda.h>
#include <sys/param.h>
OpenPOWER on IntegriCloud