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 50a31b39392d..85c8e094c870 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.5.2.3 2002/06/26 08:23:36 tjr Exp $"); #include <err.h> #include <errno.h> |