mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-01 00:18:15 +01:00
Constify
This commit is contained in:
parent
50d793ebb0
commit
4195af47fd
@ -103,7 +103,7 @@ int lineno; /* script line number */
|
||||
char *prompt; /* command-line prompt */
|
||||
char *dps = "*"; /* default command-line prompt */
|
||||
|
||||
char *usage = "usage: %s [-] [-sx] [-p string] [name]\n";
|
||||
const char usage[] = "usage: %s [-] [-sx] [-p string] [name]\n";
|
||||
|
||||
/* ed: line editor */
|
||||
int
|
||||
|
Loading…
Reference in New Issue
Block a user