diff options
| author | Ken Smith <kensmith@FreeBSD.org> | 2011-02-16 16:19:54 +0000 |
|---|---|---|
| committer | Ken Smith <kensmith@FreeBSD.org> | 2011-02-16 16:19:54 +0000 |
| commit | cc28c79becc0c69f0d33337062166295c1f52d63 (patch) | |
| tree | 027a1716b81de12e9d3735d93dcaf4b08ccb78af /usr.bin/mkfifo | |
| parent | a92e32c6e92d43c510782860a055a2d736966c11 (diff) | |
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 bab308b133f6..c89f72725c05 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.26.1 2010/12/21 17:10:29 kensmith Exp $ PROG= mkfifo WARNS?= 6 diff --git a/usr.bin/mkfifo/mkfifo.1 b/usr.bin/mkfifo/mkfifo.1 index b29c48aae037..8a349806bcd6 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.14.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd January 5, 1994 .Dt MKFIFO 1 diff --git a/usr.bin/mkfifo/mkfifo.c b/usr.bin/mkfifo/mkfifo.c index 7e147b6b1497..c880fa09015e 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.26.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/stat.h> |
