diff options
Diffstat (limited to 'usr.bin/dirname')
| -rw-r--r-- | usr.bin/dirname/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/dirname/dirname.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/dirname/Makefile b/usr.bin/dirname/Makefile index 770389799411..f06791277318 100644 --- a/usr.bin/dirname/Makefile +++ b/usr.bin/dirname/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/dirname/Makefile,v 1.6 2004/12/21 08:47:29 ru Exp $ PROG= dirname NO_MAN= diff --git a/usr.bin/dirname/dirname.c b/usr.bin/dirname/dirname.c index 3018f2f6f00c..55ae5d2f97ab 100644 --- a/usr.bin/dirname/dirname.c +++ b/usr.bin/dirname/dirname.c @@ -41,7 +41,7 @@ static const char copyright[] = static const char sccsid[] = "@(#)dirname.c 8.4 (Berkeley) 5/4/95"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/dirname/dirname.c,v 1.12 2005/05/21 09:55:05 ru Exp $"); #include <err.h> #include <libgen.h> |
