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 7e147b6b1497..a9a5f2841a95 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.22.1.8.1 2012/03/03 06:15:13 kensmith Exp $");  #include <sys/types.h>  #include <sys/stat.h> | 
