diff options
author | Archie Cobbs <archie@FreeBSD.org> | 1998-12-06 22:58:23 +0000 |
---|---|---|
committer | Archie Cobbs <archie@FreeBSD.org> | 1998-12-06 22:58:23 +0000 |
commit | fa146c53357ea20afd3661d8093ea1db44198d5f (patch) | |
tree | a75604be1743b2dbb3ae09ab3f3275f9f1d33d75 /usr.bin/du/du.c | |
parent | 872963ff956b81ce07e442531158371f50388eb4 (diff) | |
download | src-test2-fa146c53357ea20afd3661d8093ea1db44198d5f.tar.gz src-test2-fa146c53357ea20afd3661d8093ea1db44198d5f.zip |
Notes
Diffstat (limited to 'usr.bin/du/du.c')
-rw-r--r-- | usr.bin/du/du.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/du/du.c b/usr.bin/du/du.c index 0c806cfd7ca4..ee19f4588d11 100644 --- a/usr.bin/du/du.c +++ b/usr.bin/du/du.c @@ -35,13 +35,13 @@ */ #ifndef lint -static char copyright[] = +static const char copyright[] = "@(#) Copyright (c) 1989, 1993, 1994\n\ The Regents of the University of California. All rights reserved.\n"; #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)du.c 8.5 (Berkeley) 5/4/95"; +static const char sccsid[] = "@(#)du.c 8.5 (Berkeley) 5/4/95"; #endif /* not lint */ |