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 85cd6e145ac9..7cdaed7a5429 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.9 2002/09/04 23:29:04 dwmalone Exp $");  #include <sys/types.h>  #include <sys/stat.h> | 
