diff options
Diffstat (limited to 'usr.bin/env/env.c')
-rw-r--r-- | usr.bin/env/env.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/env/env.c b/usr.bin/env/env.c index b11a0b772e917..87a1bd8c8d9cf 100644 --- a/usr.bin/env/env.c +++ b/usr.bin/env/env.c @@ -44,7 +44,7 @@ static char sccsid[] = "@(#)env.c 8.3 (Berkeley) 4/2/94"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/env/env.c,v 1.19 2007/07/04 00:00:40 scf Exp $"); #include <err.h> #include <errno.h> |