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..ec4c47e14acbb 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 2005/01/17 13:47:05 delphij Exp $"); #include <sys/types.h> #include <sys/stat.h> |