diff options
author | peter <peter@FreeBSD.org> | 1997-02-22 09:48:43 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1997-02-22 09:48:43 +0000 |
commit | 94b6d727947e1242356988da003ea702d41a97de (patch) | |
tree | 4612f5c4cd9cbf9e4f55b57fc6178ce6162c882c /sys/nfs | |
parent | dd2a6abaa8db23fd5a6c0f1a719e7ea482878a5e (diff) | |
download | FreeBSD-src-94b6d727947e1242356988da003ea702d41a97de.zip FreeBSD-src-94b6d727947e1242356988da003ea702d41a97de.tar.gz |
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
ready for it yet.
Diffstat (limited to 'sys/nfs')
-rw-r--r-- | sys/nfs/nfs.h | 2 | ||||
-rw-r--r-- | sys/nfs/nfs_bio.c | 2 | ||||
-rw-r--r-- | sys/nfs/nfs_common.c | 2 | ||||
-rw-r--r-- | sys/nfs/nfs_common.h | 2 | ||||
-rw-r--r-- | sys/nfs/nfs_node.c | 2 | ||||
-rw-r--r-- | sys/nfs/nfs_nqlease.c | 2 | ||||
-rw-r--r-- | sys/nfs/nfs_serv.c | 2 | ||||
-rw-r--r-- | sys/nfs/nfs_socket.c | 2 | ||||
-rw-r--r-- | sys/nfs/nfs_srvcache.c | 2 | ||||
-rw-r--r-- | sys/nfs/nfs_subs.c | 2 | ||||
-rw-r--r-- | sys/nfs/nfs_syscalls.c | 2 | ||||
-rw-r--r-- | sys/nfs/nfs_vfsops.c | 2 | ||||
-rw-r--r-- | sys/nfs/nfs_vnops.c | 2 | ||||
-rw-r--r-- | sys/nfs/nfsdiskless.h | 2 | ||||
-rw-r--r-- | sys/nfs/nfsm_subs.h | 2 | ||||
-rw-r--r-- | sys/nfs/nfsmount.h | 2 | ||||
-rw-r--r-- | sys/nfs/nfsnode.h | 2 | ||||
-rw-r--r-- | sys/nfs/nfsproto.h | 2 | ||||
-rw-r--r-- | sys/nfs/nfsrtt.h | 2 | ||||
-rw-r--r-- | sys/nfs/nfsrvcache.h | 2 | ||||
-rw-r--r-- | sys/nfs/nfsv2.h | 2 | ||||
-rw-r--r-- | sys/nfs/nqnfs.h | 2 | ||||
-rw-r--r-- | sys/nfs/rpcv2.h | 2 | ||||
-rw-r--r-- | sys/nfs/xdr_subs.h | 2 |
24 files changed, 24 insertions, 24 deletions
diff --git a/sys/nfs/nfs.h b/sys/nfs/nfs.h index 73a018c..6aaa1da 100644 --- a/sys/nfs/nfs.h +++ b/sys/nfs/nfs.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfs.h 8.4 (Berkeley) 5/1/95 - * $FreeBSD$ + * $Id$ */ #ifndef _NFS_NFS_H_ diff --git a/sys/nfs/nfs_bio.c b/sys/nfs/nfs_bio.c index 0f636b0..0b34d60 100644 --- a/sys/nfs/nfs_bio.c +++ b/sys/nfs/nfs_bio.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfs_bio.c 8.9 (Berkeley) 3/30/95 - * $FreeBSD$ + * $Id$ */ diff --git a/sys/nfs/nfs_common.c b/sys/nfs/nfs_common.c index 5f83bf5..15497ff 100644 --- a/sys/nfs/nfs_common.c +++ b/sys/nfs/nfs_common.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfs_subs.c 8.3 (Berkeley) 1/4/94 - * $FreeBSD$ + * $Id$ */ /* diff --git a/sys/nfs/nfs_common.h b/sys/nfs/nfs_common.h index cd37c59..c2677c8 100644 --- a/sys/nfs/nfs_common.h +++ b/sys/nfs/nfs_common.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfsm_subs.h 8.2 (Berkeley) 3/30/95 - * $FreeBSD$ + * $Id$ */ diff --git a/sys/nfs/nfs_node.c b/sys/nfs/nfs_node.c index 8403f55..525031a 100644 --- a/sys/nfs/nfs_node.c +++ b/sys/nfs/nfs_node.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfs_node.c 8.6 (Berkeley) 5/22/95 - * $FreeBSD$ + * $Id$ */ diff --git a/sys/nfs/nfs_nqlease.c b/sys/nfs/nfs_nqlease.c index 919071c..9c76be4 100644 --- a/sys/nfs/nfs_nqlease.c +++ b/sys/nfs/nfs_nqlease.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfs_nqlease.c 8.9 (Berkeley) 5/20/95 - * $FreeBSD$ + * $Id$ */ diff --git a/sys/nfs/nfs_serv.c b/sys/nfs/nfs_serv.c index 28a705a..1f77e7b 100644 --- a/sys/nfs/nfs_serv.c +++ b/sys/nfs/nfs_serv.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfs_serv.c 8.3 (Berkeley) 1/12/94 - * $FreeBSD$ + * $Id$ */ /* diff --git a/sys/nfs/nfs_socket.c b/sys/nfs/nfs_socket.c index ed16333..2dbe371 100644 --- a/sys/nfs/nfs_socket.c +++ b/sys/nfs/nfs_socket.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfs_socket.c 8.5 (Berkeley) 3/30/95 - * $FreeBSD$ + * $Id$ */ /* diff --git a/sys/nfs/nfs_srvcache.c b/sys/nfs/nfs_srvcache.c index efff221..1555cc3 100644 --- a/sys/nfs/nfs_srvcache.c +++ b/sys/nfs/nfs_srvcache.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfs_srvcache.c 8.3 (Berkeley) 3/30/95 - * $FreeBSD$ + * $Id$ */ #ifndef NFS_NOSERVER diff --git a/sys/nfs/nfs_subs.c b/sys/nfs/nfs_subs.c index 5f83bf5..15497ff 100644 --- a/sys/nfs/nfs_subs.c +++ b/sys/nfs/nfs_subs.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfs_subs.c 8.3 (Berkeley) 1/4/94 - * $FreeBSD$ + * $Id$ */ /* diff --git a/sys/nfs/nfs_syscalls.c b/sys/nfs/nfs_syscalls.c index 24d4bd6..cbcd695 100644 --- a/sys/nfs/nfs_syscalls.c +++ b/sys/nfs/nfs_syscalls.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfs_syscalls.c 8.5 (Berkeley) 3/30/95 - * $FreeBSD$ + * $Id$ */ #include <sys/param.h> diff --git a/sys/nfs/nfs_vfsops.c b/sys/nfs/nfs_vfsops.c index a7e3632..0fe11d0 100644 --- a/sys/nfs/nfs_vfsops.c +++ b/sys/nfs/nfs_vfsops.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfs_vfsops.c 8.12 (Berkeley) 5/20/95 - * $FreeBSD$ + * $Id$ */ #include <sys/param.h> diff --git a/sys/nfs/nfs_vnops.c b/sys/nfs/nfs_vnops.c index 905bb22..031d2bf 100644 --- a/sys/nfs/nfs_vnops.c +++ b/sys/nfs/nfs_vnops.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfs_vnops.c 8.16 (Berkeley) 5/27/95 - * $FreeBSD$ + * $Id$ */ diff --git a/sys/nfs/nfsdiskless.h b/sys/nfs/nfsdiskless.h index 4777818..7f89173 100644 --- a/sys/nfs/nfsdiskless.h +++ b/sys/nfs/nfsdiskless.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfsdiskless.h 8.2 (Berkeley) 3/30/95 - * $FreeBSD$ + * $Id$ */ diff --git a/sys/nfs/nfsm_subs.h b/sys/nfs/nfsm_subs.h index cd37c59..c2677c8 100644 --- a/sys/nfs/nfsm_subs.h +++ b/sys/nfs/nfsm_subs.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfsm_subs.h 8.2 (Berkeley) 3/30/95 - * $FreeBSD$ + * $Id$ */ diff --git a/sys/nfs/nfsmount.h b/sys/nfs/nfsmount.h index 1545ada..67121c3 100644 --- a/sys/nfs/nfsmount.h +++ b/sys/nfs/nfsmount.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfsmount.h 8.3 (Berkeley) 3/30/95 - * $FreeBSD$ + * $Id$ */ diff --git a/sys/nfs/nfsnode.h b/sys/nfs/nfsnode.h index e52a3dd..d2038a0 100644 --- a/sys/nfs/nfsnode.h +++ b/sys/nfs/nfsnode.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfsnode.h 8.9 (Berkeley) 5/14/95 - * $FreeBSD$ + * $Id$ */ diff --git a/sys/nfs/nfsproto.h b/sys/nfs/nfsproto.h index 9e6ee8f..6ce7c5b 100644 --- a/sys/nfs/nfsproto.h +++ b/sys/nfs/nfsproto.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfsproto.h 8.1 (Berkeley) 6/10/93 - * $FreeBSD$ + * $Id$ */ #ifndef _NFS_NFSPROTO_H_ diff --git a/sys/nfs/nfsrtt.h b/sys/nfs/nfsrtt.h index a67b6c9..f4fcaaf 100644 --- a/sys/nfs/nfsrtt.h +++ b/sys/nfs/nfsrtt.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfsrtt.h 8.2 (Berkeley) 3/30/95 - * $FreeBSD$ + * $Id$ */ diff --git a/sys/nfs/nfsrvcache.h b/sys/nfs/nfsrvcache.h index 2cfa694..7ed7e44 100644 --- a/sys/nfs/nfsrvcache.h +++ b/sys/nfs/nfsrvcache.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfsrvcache.h 8.3 (Berkeley) 3/30/95 - * $FreeBSD$ + * $Id$ */ diff --git a/sys/nfs/nfsv2.h b/sys/nfs/nfsv2.h index 26790e7..e07d697 100644 --- a/sys/nfs/nfsv2.h +++ b/sys/nfs/nfsv2.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfsv2.h 8.1 (Berkeley) 6/10/93 - * $FreeBSD$ + * $Id$ */ #include <nfs/nfsproto.h> diff --git a/sys/nfs/nqnfs.h b/sys/nfs/nqnfs.h index 91942b2..7e2f749 100644 --- a/sys/nfs/nqnfs.h +++ b/sys/nfs/nqnfs.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nqnfs.h 8.3 (Berkeley) 3/30/95 - * $FreeBSD$ + * $Id$ */ diff --git a/sys/nfs/rpcv2.h b/sys/nfs/rpcv2.h index afe7972..86b82cc 100644 --- a/sys/nfs/rpcv2.h +++ b/sys/nfs/rpcv2.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)rpcv2.h 8.2 (Berkeley) 3/30/95 - * $FreeBSD$ + * $Id$ */ diff --git a/sys/nfs/xdr_subs.h b/sys/nfs/xdr_subs.h index cbaec88..2173d11 100644 --- a/sys/nfs/xdr_subs.h +++ b/sys/nfs/xdr_subs.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)xdr_subs.h 8.3 (Berkeley) 3/30/95 - * $FreeBSD$ + * $Id$ */ |