diff options
Diffstat (limited to 'usr.bin/mkfifo/mkfifo.c')
-rw-r--r-- | usr.bin/mkfifo/mkfifo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/mkfifo/mkfifo.c b/usr.bin/mkfifo/mkfifo.c index 7e147b6b14979..c880fa09015e4 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> |