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..ed003ca9ea04a 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.8.1 2009/04/15 03:14:26 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..44e726f20e89a 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.8.1 2009/04/15 03:14:26 kensmith Exp $ */ diff --git a/sys/nfs/nfsproto.h b/sys/nfs/nfsproto.h index aa2057c244d45..116693d4591b5 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.8.1 2009/04/15 03:14:26 kensmith Exp $ */ #ifndef _NFS_NFSPROTO_H_ diff --git a/sys/nfs/rpcv2.h b/sys/nfs/rpcv2.h index 0d7935f9a467e..512272cc92d38 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ diff --git a/sys/nfs/xdr_subs.h b/sys/nfs/xdr_subs.h index 67546718282a2..d77b03ea67c56 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ |