aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/mkfifo
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/mkfifo
parentac00d4d59b18a76c6148ca5d7439bb446d38da5c (diff)
Diffstat (limited to 'usr.bin/mkfifo')
-rw-r--r--usr.bin/mkfifo/Makefile1
-rw-r--r--usr.bin/mkfifo/mkfifo.12
-rw-r--r--usr.bin/mkfifo/mkfifo.c3
3 files changed, 0 insertions, 6 deletions
diff --git a/usr.bin/mkfifo/Makefile b/usr.bin/mkfifo/Makefile
index 85dcd13e9d10..a07c9fa27346 100644
--- a/usr.bin/mkfifo/Makefile
+++ b/usr.bin/mkfifo/Makefile
@@ -1,4 +1,3 @@
-# From: @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= mkfifo
diff --git a/usr.bin/mkfifo/mkfifo.1 b/usr.bin/mkfifo/mkfifo.1
index bbee8cd0cc92..ccb841904d76 100644
--- a/usr.bin/mkfifo/mkfifo.1
+++ b/usr.bin/mkfifo/mkfifo.1
@@ -28,8 +28,6 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" @(#)mkfifo.1 8.2 (Berkeley) 1/5/94
-.\"
.Dd January 5, 1994
.Dt MKFIFO 1
.Os
diff --git a/usr.bin/mkfifo/mkfifo.c b/usr.bin/mkfifo/mkfifo.c
index 44a828766382..0bec097a36d8 100644
--- a/usr.bin/mkfifo/mkfifo.c
+++ b/usr.bin/mkfifo/mkfifo.c
@@ -36,9 +36,6 @@ static const char copyright[] =
#endif /* not lint */
#ifndef lint
-#if 0
-static char sccsid[] = "@(#)mkfifo.c 8.2 (Berkeley) 1/5/94";
-#endif
#endif /* not lint */
#include <sys/cdefs.h>
#include <sys/types.h>