aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/coda
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2003-06-10 21:29:12 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2003-06-10 21:29:12 +0000
commit16dbc7f228758b92c71bfe2d0e67e741df88e92d (patch)
tree0247022f69e25b0a04adf33d00fbf45b920e570f /sys/fs/coda
parent11f0fab4fa1cbc29f61da61042d873413bc18b0b (diff)
downloadsrc-16dbc7f228758b92c71bfe2d0e67e741df88e92d.tar.gz
src-16dbc7f228758b92c71bfe2d0e67e741df88e92d.zip
Use __FBSDID().
Notes
Notes: svn path=/head/; revision=116173
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 9d2bf6e86fed..ac52818ecf40 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 f9bf03f5f4bf..9c541199e734 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 ef237c47e4a6..1574912e8c5e 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 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>
diff --git a/sys/fs/coda/coda_venus.c b/sys/fs/coda/coda_venus.c
index 66a0b19d0c09..f1eac626fa3b 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 f25738fb0763..4c03a6cea60e 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 a94cd06d942c..a27f0b12ad54 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>