summaryrefslogtreecommitdiffstats
path: root/sys/fs/coda
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/fs/coda
parent690b759d6f672162eb539fb79875f5d7057e7b9e (diff)
downloadFreeBSD-src-f72cbcf20753e9285eb1bfcde01b63b6bc05be01.zip
FreeBSD-src-f72cbcf20753e9285eb1bfcde01b63b6bc05be01.tar.gz
Use __FBSDID().
Diffstat (limited to 'sys/fs/coda')
-rw-r--r--sys/fs/coda/coda_fbsd.c6
-rw-r--r--sys/fs/coda/coda_namecache.c7
-rw-r--r--sys/fs/coda/coda_psdev.c8
-rw-r--r--sys/fs/coda/coda_subr.c9
-rw-r--r--sys/fs/coda/coda_venus.c6
-rw-r--r--sys/fs/coda/coda_vfsops.c7
-rw-r--r--sys/fs/coda/coda_vnops.c7
7 files changed, 23 insertions, 27 deletions
diff --git a/sys/fs/coda/coda_fbsd.c b/sys/fs/coda/coda_fbsd.c
index 9d2bf6e..ac52818 100644
--- a/sys/fs/coda/coda_fbsd.c
+++ b/sys/fs/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>
diff --git a/sys/fs/coda/coda_namecache.c b/sys/fs/coda/coda_namecache.c
index f9bf03f..9c54119 100644
--- a/sys/fs/coda/coda_namecache.c
+++ b/sys/fs/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>
diff --git a/sys/fs/coda/coda_psdev.c b/sys/fs/coda/coda_psdev.c
index ef237c4..1574912 100644
--- a/sys/fs/coda/coda_psdev.c
+++ b/sys/fs/coda/coda_psdev.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_psdev.c,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $
- * $FreeBSD$
- *
*/
-
/*
* Mach Operating System
* Copyright (c) 1989 Carnegie-Mellon University
@@ -52,6 +48,10 @@
/* These routines are the device entry points for Venus. */
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
+
extern int coda_nc_initialized; /* Set if cache has been initialized */
#include <vcoda.h>
diff --git a/sys/fs/coda/coda_subr.c b/sys/fs/coda/coda_subr.c
index 53c4346..36df51d 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>
diff --git a/sys/fs/coda/coda_venus.c b/sys/fs/coda/coda_venus.c
index 66a0b19..f1eac62 100644
--- a/sys/fs/coda/coda_venus.c
+++ b/sys/fs/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>
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>
diff --git a/sys/fs/coda/coda_vnops.c b/sys/fs/coda/coda_vnops.c
index a94cd06..a27f0b1 100644
--- a/sys/fs/coda/coda_vnops.c
+++ b/sys/fs/coda/coda_vnops.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_vnops.c,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $
- * $FreeBSD$
- *
*/
-
/*
* Mach Operating System
* Copyright (c) 1990 Carnegie-Mellon University
@@ -45,6 +41,9 @@
* M. Satyanarayanan.
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/acct.h>
OpenPOWER on IntegriCloud