Constify and set WARNS=2.
Submitted by: Mike Barcroft <mike@q9media.com> Reviewed by: md5(1)
This commit is contained in:
parent
f07814cb71
commit
6a643af645
@ -1,6 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PROG= boot98cfg
|
||||
WARNS?= 2
|
||||
MAN= boot98cfg.8
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
@ -114,7 +114,7 @@ int
|
||||
main(int argc, char *argv[])
|
||||
{
|
||||
char *endptr;
|
||||
char *iplpath = "/boot/boot0", *menupath = "/boot/boot0.5";
|
||||
const char *iplpath = "/boot/boot0", *menupath = "/boot/boot0.5";
|
||||
char *iplbakpath = NULL, *menubakpath = NULL;
|
||||
char *disk;
|
||||
int B_flag = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user