diff options
Diffstat (limited to 'usr.bin/mkfifo')
| -rw-r--r-- | usr.bin/mkfifo/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/mkfifo/mkfifo.1 | 2 | ||||
| -rw-r--r-- | usr.bin/mkfifo/mkfifo.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/mkfifo/Makefile b/usr.bin/mkfifo/Makefile index bab308b133f6a..b984f5456ac79 100644 --- a/usr.bin/mkfifo/Makefile +++ b/usr.bin/mkfifo/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/mkfifo/Makefile,v 1.4.20.1 2009/04/15 03:14:26 kensmith Exp $ PROG= mkfifo WARNS?= 6 diff --git a/usr.bin/mkfifo/mkfifo.1 b/usr.bin/mkfifo/mkfifo.1 index b29c48aae037a..e17790938b6ed 100644 --- a/usr.bin/mkfifo/mkfifo.1 +++ b/usr.bin/mkfifo/mkfifo.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mkfifo.1 8.2 (Berkeley) 1/5/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/mkfifo/mkfifo.1,v 1.15.8.1 2009/04/15 03:14:26 kensmith Exp $ .\" .Dd January 5, 1994 .Dt MKFIFO 1 diff --git a/usr.bin/mkfifo/mkfifo.c b/usr.bin/mkfifo/mkfifo.c index 7e147b6b14979..be7274884ae63 100644 --- a/usr.bin/mkfifo/mkfifo.c +++ b/usr.bin/mkfifo/mkfifo.c @@ -43,7 +43,7 @@ static char sccsid[] = "@(#)mkfifo.c 8.2 (Berkeley) 1/5/94"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/mkfifo/mkfifo.c,v 1.10.20.1 2009/04/15 03:14:26 kensmith Exp $"); #include <sys/types.h> #include <sys/stat.h> |
