1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-01 12:19:28 +00:00
This commit is contained in:
Kris Kennaway 2000-11-27 08:18:58 +00:00
parent 4887d15929
commit bc488ed1ad
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=69260
3 changed files with 3 additions and 3 deletions

View File

@ -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\

View File

@ -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;

View File

@ -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";