From f72cbcf20753e9285eb1bfcde01b63b6bc05be01 Mon Sep 17 00:00:00 2001 From: obrien Date: Tue, 10 Jun 2003 21:29:12 +0000 Subject: Use __FBSDID(). --- sys/fs/coda/coda_fbsd.c | 6 +++--- sys/fs/coda/coda_namecache.c | 7 +++---- sys/fs/coda/coda_psdev.c | 8 ++++---- sys/fs/coda/coda_subr.c | 9 ++++----- sys/fs/coda/coda_venus.c | 6 +++--- sys/fs/coda/coda_vfsops.c | 7 +++---- sys/fs/coda/coda_vnops.c | 7 +++---- 7 files changed, 23 insertions(+), 27 deletions(-) (limited to 'sys/fs/coda') 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 +__FBSDID("$FreeBSD$"); + #include "vcoda.h" #include 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 +__FBSDID("$FreeBSD$"); + #include #include #include 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 +__FBSDID("$FreeBSD$"); + + extern int coda_nc_initialized; /* Set if cache has been initialized */ #include 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 +__FBSDID("$FreeBSD$"); + #include #include 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 +__FBSDID("$FreeBSD$"); + #include #include #include 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 +__FBSDID("$FreeBSD$"); + #include #include 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 +__FBSDID("$FreeBSD$"); + #include #include #include -- cgit v1.1