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/cmp/misc.c | |
| parent | 872963ff956b81ce07e442531158371f50388eb4 (diff) | |
Notes
Diffstat (limited to 'usr.bin/cmp/misc.c')
| -rw-r--r-- | usr.bin/cmp/misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/cmp/misc.c b/usr.bin/cmp/misc.c index d5a601daf01a..248ef93f0b74 100644 --- a/usr.bin/cmp/misc.c +++ b/usr.bin/cmp/misc.c @@ -32,7 +32,7 @@ */ #ifndef lint -static char sccsid[] = "@(#)misc.c 8.3 (Berkeley) 4/2/94"; +static const char sccsid[] = "@(#)misc.c 8.3 (Berkeley) 4/2/94"; #endif /* not lint */ #include <sys/types.h> |
