aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount_nfs
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_nfs
parent43581d7b6617959e4452094d9330ef020034a6c9 (diff)
downloadsrc-51e16cb8fc536913f490ac6bc9c17e92ebd0411b.tar.gz
src-51e16cb8fc536913f490ac6bc9c17e92ebd0411b.zip
sbin: Remove ancient SCCS tags.
Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl script. Sponsored by: Netflix
Diffstat (limited to 'sbin/mount_nfs')
-rw-r--r--sbin/mount_nfs/Makefile2
-rw-r--r--sbin/mount_nfs/mount_nfs.82
-rw-r--r--sbin/mount_nfs/mount_nfs.c3
3 files changed, 0 insertions, 7 deletions
diff --git a/sbin/mount_nfs/Makefile b/sbin/mount_nfs/Makefile
index 567dff2fc150..2af94bff3a97 100644
--- a/sbin/mount_nfs/Makefile
+++ b/sbin/mount_nfs/Makefile
@@ -1,5 +1,3 @@
-# @(#)Makefile 8.2 (Berkeley) 3/27/94
-#
PACKAGE=nfs
PROG= mount_nfs
diff --git a/sbin/mount_nfs/mount_nfs.8 b/sbin/mount_nfs/mount_nfs.8
index d7b1ffdb7543..3ef622a96dc0 100644
--- a/sbin/mount_nfs/mount_nfs.8
+++ b/sbin/mount_nfs/mount_nfs.8
@@ -25,8 +25,6 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" @(#)mount_nfs.8 8.3 (Berkeley) 3/29/95
-.\"
.Dd October 8, 2023
.Dt MOUNT_NFS 8
.Os
diff --git a/sbin/mount_nfs/mount_nfs.c b/sbin/mount_nfs/mount_nfs.c
index f2f22e0a0ccd..0c01c41b4290 100644
--- a/sbin/mount_nfs/mount_nfs.c
+++ b/sbin/mount_nfs/mount_nfs.c
@@ -39,9 +39,6 @@ static const char copyright[] =
The Regents of the University of California. All rights reserved.\n";
#endif /* not lint */
-#ifndef lint
-static char sccsid[] = "@(#)mount_nfs.c 8.11 (Berkeley) 5/4/95";
-#endif /* not lint */
#endif
#include <sys/cdefs.h>
#include <sys/param.h>