diff options
Diffstat (limited to 'usr.bin/which/which.c')
-rw-r--r-- | usr.bin/which/which.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/which/which.c b/usr.bin/which/which.c index 3b8224da43d62..2c94aa9fdbf3b 100644 --- a/usr.bin/which/which.c +++ b/usr.bin/which/which.c @@ -26,7 +26,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/which/which.c,v 1.6.16.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/stat.h> #include <sys/param.h> |