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..253a588ea2ce0 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.10.1 2010/02/10 00:26:20 kensmith 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..38ba7a621c34a 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.12.1 2010/02/10 00:26:20 kensmith Exp $ */ diff --git a/sys/nfs/nfsproto.h b/sys/nfs/nfsproto.h index aa2057c244d45..12beb4a1841bf 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.12.1 2010/02/10 00:26:20 kensmith Exp $ */ #ifndef _NFS_NFSPROTO_H_ diff --git a/sys/nfs/rpcv2.h b/sys/nfs/rpcv2.h index 0d7935f9a467e..ddde62040978f 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.22.1 2010/02/10 00:26:20 kensmith Exp $ */ diff --git a/sys/nfs/xdr_subs.h b/sys/nfs/xdr_subs.h index 67546718282a2..10360bfdc5d16 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.24.1 2010/02/10 00:26:20 kensmith Exp $ */ |