diff options
Diffstat (limited to 'usr.bin/pathchk/pathchk.c')
-rw-r--r-- | usr.bin/pathchk/pathchk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/pathchk/pathchk.c b/usr.bin/pathchk/pathchk.c index 2b31099317dab..5e40939b59159 100644 --- a/usr.bin/pathchk/pathchk.c +++ b/usr.bin/pathchk/pathchk.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/pathchk/pathchk.c,v 1.4 2002/12/15 00:40:47 tjr Exp $"); #include <sys/types.h> #include <sys/stat.h> |