mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-01 12:19:28 +00:00
Constify
This commit is contained in:
parent
4887d15929
commit
bc488ed1ad
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=69260
@ -430,7 +430,7 @@ static struct cmd {
|
||||
#define IMPLEMENTATION ""
|
||||
#endif
|
||||
|
||||
static char *usage_string = "\
|
||||
static const char usage_string[] = "\
|
||||
pppd version %s patch level %d%s\n\
|
||||
Usage: %s [ options ], where options are:\n\
|
||||
<device> Communicate over the named device\n\
|
||||
|
@ -699,7 +699,7 @@ kinfo_vnodes(avnodes)
|
||||
return ((struct e_vnode *)vbuf);
|
||||
}
|
||||
|
||||
char hdr[] =
|
||||
const char hdr[] =
|
||||
" LINE RAW CAN OUT IHIWT ILOWT OHWT LWT COL STATE SESS PGID DISC\n";
|
||||
int ttyspace = 128;
|
||||
|
||||
|
@ -55,7 +55,7 @@ static const char rcsid[] =
|
||||
/*****************************************************************************/
|
||||
|
||||
char *version = "1.0.0";
|
||||
char *defdevice = "/dev/staliomem%d";
|
||||
const char defdevice[] = "/dev/staliomem%d";
|
||||
char *image = BOOTDIR "/cdk.sys";
|
||||
char *oldimage = BOOTDIR "/2681.sys";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user