diff options
Diffstat (limited to 'sbin/mount_nullfs')
| -rw-r--r-- | sbin/mount_nullfs/Makefile | 2 | ||||
| -rw-r--r-- | sbin/mount_nullfs/mount_nullfs.8 | 2 | ||||
| -rw-r--r-- | sbin/mount_nullfs/mount_nullfs.c | 2 | 
3 files changed, 3 insertions, 3 deletions
diff --git a/sbin/mount_nullfs/Makefile b/sbin/mount_nullfs/Makefile index 9a6be28a960c..38fe75aee457 100644 --- a/sbin/mount_nullfs/Makefile +++ b/sbin/mount_nullfs/Makefile @@ -1,5 +1,5 @@  #	@(#)Makefile	8.3 (Berkeley) 3/27/94 -# $FreeBSD$ +# $FreeBSD: src/sbin/mount_nullfs/Makefile,v 1.11 2004/02/23 20:13:54 johan Exp $  PROG=	mount_nullfs  SRCS=	mount_nullfs.c getmntopts.c diff --git a/sbin/mount_nullfs/mount_nullfs.8 b/sbin/mount_nullfs/mount_nullfs.8 index 177ecdd2cf84..c5a707ec2a3e 100644 --- a/sbin/mount_nullfs/mount_nullfs.8 +++ b/sbin/mount_nullfs/mount_nullfs.8 @@ -31,7 +31,7 @@  .\" SUCH DAMAGE.  .\"  .\"     @(#)mount_null.8	8.6 (Berkeley) 5/1/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/mount_nullfs/mount_nullfs.8,v 1.30.2.1.2.1 2006/04/26 18:41:40 brueffer Exp $  .\"  .Dd May 1, 1995  .Dt MOUNT_NULLFS 8 diff --git a/sbin/mount_nullfs/mount_nullfs.c b/sbin/mount_nullfs/mount_nullfs.c index 410562469172..c298dbb7b77f 100644 --- a/sbin/mount_nullfs/mount_nullfs.c +++ b/sbin/mount_nullfs/mount_nullfs.c @@ -41,7 +41,7 @@ static const char copyright[] =  static char sccsid[] = "@(#)mount_null.c	8.6 (Berkeley) 4/26/95";  #endif  static const char rcsid[] = -  "$FreeBSD$"; +  "$FreeBSD: src/sbin/mount_nullfs/mount_nullfs.c,v 1.25 2005/06/10 09:51:42 delphij Exp $";  #endif /* not lint */  #include <sys/param.h>  | 
