diff options
author | Mike Barcroft <mike@FreeBSD.org> | 2002-03-07 10:06:00 +0000 |
---|---|---|
committer | Mike Barcroft <mike@FreeBSD.org> | 2002-03-07 10:06:00 +0000 |
commit | 064692095c59e8480824e1e73a243b693b2c1b20 (patch) | |
tree | 810a4b62f9db8cad528fca9b0da496fde23d9578 /usr.bin/env | |
parent | 3f1166f04c51e3ad60a4ca317f218dc09c386b4c (diff) | |
download | src-test2-064692095c59e8480824e1e73a243b693b2c1b20.tar.gz src-test2-064692095c59e8480824e1e73a243b693b2c1b20.zip |
Notes
Diffstat (limited to 'usr.bin/env')
-rw-r--r-- | usr.bin/env/env.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/env/env.c b/usr.bin/env/env.c index df6153deab9a..b498b846cdbc 100644 --- a/usr.bin/env/env.c +++ b/usr.bin/env/env.c @@ -31,13 +31,13 @@ * SUCH DAMAGE. */ -#if 0 #ifndef lint -static char copyright[] = +static const char copyright[] = "@(#) Copyright (c) 1988, 1993, 1994\n\ The Regents of the University of California. All rights reserved.\n"; #endif /* not lint */ +#if 0 #ifndef lint static char sccsid[] = "@(#)env.c 8.3 (Berkeley) 4/2/94"; #endif /* not lint */ |