diff options
Diffstat (limited to 'sys/nfs')
-rw-r--r-- | sys/nfs/nfs_common.c | 2 | ||||
-rw-r--r-- | sys/nfs/nfs_common.h | 2 | ||||
-rw-r--r-- | sys/nfs/nfsproto.h | 2 | ||||
-rw-r--r-- | sys/nfs/rpcv2.h | 2 | ||||
-rw-r--r-- | sys/nfs/xdr_subs.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/sys/nfs/nfs_common.c b/sys/nfs/nfs_common.c index 54c3f418f9ff4..f0a08e0c354c9 100644 --- a/sys/nfs/nfs_common.c +++ b/sys/nfs/nfs_common.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/nfs/nfs_common.c,v 1.118 2005/07/14 20:08:26 ps Exp $"); /* * These functions support the macros and help fiddle mbuf chains for diff --git a/sys/nfs/nfs_common.h b/sys/nfs/nfs_common.h index 7c06130959394..a4b1a44ec8d99 100644 --- a/sys/nfs/nfs_common.h +++ b/sys/nfs/nfs_common.h @@ -30,7 +30,7 @@ * SUCH DAMAGE. * * @(#)nfsm_subs.h 8.2 (Berkeley) 3/30/95 - * $FreeBSD$ + * $FreeBSD: src/sys/nfs/nfs_common.h,v 1.38 2005/07/14 20:08:26 ps Exp $ */ diff --git a/sys/nfs/nfsproto.h b/sys/nfs/nfsproto.h index aa2057c244d45..7c0849f953587 100644 --- a/sys/nfs/nfsproto.h +++ b/sys/nfs/nfsproto.h @@ -30,7 +30,7 @@ * SUCH DAMAGE. * * @(#)nfsproto.h 8.2 (Berkeley) 3/30/95 - * $FreeBSD$ + * $FreeBSD: src/sys/nfs/nfsproto.h,v 1.12 2006/11/28 19:33:28 rees Exp $ */ #ifndef _NFS_NFSPROTO_H_ diff --git a/sys/nfs/rpcv2.h b/sys/nfs/rpcv2.h index 0d7935f9a467e..15d639c17245d 100644 --- a/sys/nfs/rpcv2.h +++ b/sys/nfs/rpcv2.h @@ -30,7 +30,7 @@ * SUCH DAMAGE. * * @(#)rpcv2.h 8.2 (Berkeley) 3/30/95 - * $FreeBSD$ + * $FreeBSD: src/sys/nfs/rpcv2.h,v 1.14 2005/01/07 01:45:50 imp Exp $ */ diff --git a/sys/nfs/xdr_subs.h b/sys/nfs/xdr_subs.h index 67546718282a2..393abb2606da5 100644 --- a/sys/nfs/xdr_subs.h +++ b/sys/nfs/xdr_subs.h @@ -30,7 +30,7 @@ * SUCH DAMAGE. * * @(#)xdr_subs.h 8.3 (Berkeley) 3/30/95 - * $FreeBSD$ + * $FreeBSD: src/sys/nfs/xdr_subs.h,v 1.15 2005/01/07 01:45:50 imp Exp $ */ |