aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/from
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:30 +0000
commitbdcbfde31e8e9b343f113a1956384bdf30d1ed62 (patch)
tree4894badc82dc87ba6818a48c68f2d67af814fcf5 /usr.bin/from
parentac00d4d59b18a76c6148ca5d7439bb446d38da5c (diff)
downloadsrc-bdcbfde31e8e9b343f113a1956384bdf30d1ed62.tar.gz
src-bdcbfde31e8e9b343f113a1956384bdf30d1ed62.zip
usr.bin: 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 'usr.bin/from')
-rw-r--r--usr.bin/from/Makefile1
-rw-r--r--usr.bin/from/from.12
-rw-r--r--usr.bin/from/from.c3
3 files changed, 0 insertions, 6 deletions
diff --git a/usr.bin/from/Makefile b/usr.bin/from/Makefile
index ea920586ec8a..1f21a84f0d4e 100644
--- a/usr.bin/from/Makefile
+++ b/usr.bin/from/Makefile
@@ -1,4 +1,3 @@
-# From: @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= from
diff --git a/usr.bin/from/from.1 b/usr.bin/from/from.1
index 13bfaff37a96..c78c4253f99c 100644
--- a/usr.bin/from/from.1
+++ b/usr.bin/from/from.1
@@ -25,8 +25,6 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" @(#)from.1 8.2 (Berkeley) 12/30/93
-.\"
.Dd December 30, 1993
.Dt FROM 1
.Os
diff --git a/usr.bin/from/from.c b/usr.bin/from/from.c
index 8579ed37ae0c..e9ecfc737294 100644
--- a/usr.bin/from/from.c
+++ b/usr.bin/from/from.c
@@ -36,9 +36,6 @@ static const char copyright[] =
#endif /* not lint */
#ifndef lint
-#if 0
-static char sccsid[] = "@(#)from.c 8.1 (Berkeley) 6/6/93";
-#endif
#endif /* not lint */
#include <sys/cdefs.h>
#include <sys/types.h>