aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount_nullfs
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-11-23 17:21:37 +0000
committerWarner Losh <imp@FreeBSD.org>2023-11-27 05:23:29 +0000
commit51e16cb8fc536913f490ac6bc9c17e92ebd0411b (patch)
tree6f80c0c461cb7684f6e3537a09805c599ec28972 /sbin/mount_nullfs
parent43581d7b6617959e4452094d9330ef020034a6c9 (diff)
downloadsrc-51e16cb8fc536913f490ac6bc9c17e92ebd0411b.tar.gz
src-51e16cb8fc536913f490ac6bc9c17e92ebd0411b.zip
Diffstat (limited to 'sbin/mount_nullfs')
-rw-r--r--sbin/mount_nullfs/Makefile1
-rw-r--r--sbin/mount_nullfs/mount_nullfs.82
-rw-r--r--sbin/mount_nullfs/mount_nullfs.c3
3 files changed, 0 insertions, 6 deletions
diff --git a/sbin/mount_nullfs/Makefile b/sbin/mount_nullfs/Makefile
index 3063cb6030fe..591ee9a9e240 100644
--- a/sbin/mount_nullfs/Makefile
+++ b/sbin/mount_nullfs/Makefile
@@ -1,4 +1,3 @@
-# @(#)Makefile 8.3 (Berkeley) 3/27/94
PACKAGE=runtime
PROG= mount_nullfs
diff --git a/sbin/mount_nullfs/mount_nullfs.8 b/sbin/mount_nullfs/mount_nullfs.8
index e3648a2fb2f2..940cb1650a31 100644
--- a/sbin/mount_nullfs/mount_nullfs.8
+++ b/sbin/mount_nullfs/mount_nullfs.8
@@ -30,8 +30,6 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" @(#)mount_null.8 8.6 (Berkeley) 5/1/95
-.\"
.Dd June 11, 2023
.Dt MOUNT_NULLFS 8
.Os
diff --git a/sbin/mount_nullfs/mount_nullfs.c b/sbin/mount_nullfs/mount_nullfs.c
index c6bf09a1ca1c..dbaa295d5df2 100644
--- a/sbin/mount_nullfs/mount_nullfs.c
+++ b/sbin/mount_nullfs/mount_nullfs.c
@@ -39,9 +39,6 @@ static const char copyright[] =
#endif /* not lint */
#ifndef lint
-#if 0
-static char sccsid[] = "@(#)mount_null.c 8.6 (Berkeley) 4/26/95";
-#endif
#endif /* not lint */
#include <sys/param.h>