summaryrefslogtreecommitdiff
path: root/sbin/mount_lfs
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/mount_lfs')
-rw-r--r--sbin/mount_lfs/Makefile2
-rw-r--r--sbin/mount_lfs/mount_lfs.81
-rw-r--r--sbin/mount_lfs/mount_lfs.c3
-rw-r--r--sbin/mount_lfs/pathnames.h1
4 files changed, 5 insertions, 2 deletions
diff --git a/sbin/mount_lfs/Makefile b/sbin/mount_lfs/Makefile
index 710ee2ac980..67493109780 100644
--- a/sbin/mount_lfs/Makefile
+++ b/sbin/mount_lfs/Makefile
@@ -1,5 +1,5 @@
+# $OpenBSD: Makefile,v 1.2 1996/06/23 14:31:23 deraadt Exp $
# $NetBSD: Makefile,v 1.3 1995/03/18 14:57:29 cgd Exp $
-# @(#)Makefile 8.2 (Berkeley) 3/27/94
PROG= mount_lfs
SRCS= mount_lfs.c getmntopts.c
diff --git a/sbin/mount_lfs/mount_lfs.8 b/sbin/mount_lfs/mount_lfs.8
index 2eb3b1d2ca1..84a14762796 100644
--- a/sbin/mount_lfs/mount_lfs.8
+++ b/sbin/mount_lfs/mount_lfs.8
@@ -1,3 +1,4 @@
+.\" $OpenBSD: mount_lfs.8,v 1.2 1996/06/23 14:31:24 deraadt Exp $
.\" $NetBSD: mount_lfs.8,v 1.2 1995/03/18 14:57:30 cgd Exp $
.\"
.\" Copyright (c) 1993, 1994
diff --git a/sbin/mount_lfs/mount_lfs.c b/sbin/mount_lfs/mount_lfs.c
index b46ce67444f..47dee48316d 100644
--- a/sbin/mount_lfs/mount_lfs.c
+++ b/sbin/mount_lfs/mount_lfs.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: mount_lfs.c,v 1.3 1996/06/23 14:31:24 deraadt Exp $ */
/* $NetBSD: mount_lfs.c,v 1.4 1996/04/13 05:35:44 cgd Exp $ */
/*-
@@ -43,7 +44,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)mount_lfs.c 8.3 (Berkeley) 3/27/94";
#else
-static char rcsid[] = "$NetBSD: mount_lfs.c,v 1.4 1996/04/13 05:35:44 cgd Exp $";
+static char rcsid[] = "$OpenBSD: mount_lfs.c,v 1.3 1996/06/23 14:31:24 deraadt Exp $";
#endif
#endif /* not lint */
diff --git a/sbin/mount_lfs/pathnames.h b/sbin/mount_lfs/pathnames.h
index 65d3822acee..cf529435e62 100644
--- a/sbin/mount_lfs/pathnames.h
+++ b/sbin/mount_lfs/pathnames.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: pathnames.h,v 1.2 1996/06/23 14:31:25 deraadt Exp $ */
/* $NetBSD: pathnames.h,v 1.2 1995/03/18 14:57:33 cgd Exp $ */
/*-