const
This commit is contained in:
4
funcs.c
4
funcs.c
@@ -38,7 +38,7 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
__RCSID("$MirOS: src/bin/mksh/funcs.c,v 1.348 2017/04/28 00:38:30 tg Exp $");
|
__RCSID("$MirOS: src/bin/mksh/funcs.c,v 1.349 2017/04/28 11:48:46 tg Exp $");
|
||||||
|
|
||||||
#if HAVE_KILLPG
|
#if HAVE_KILLPG
|
||||||
/*
|
/*
|
||||||
@@ -1583,7 +1583,7 @@ c_wait(const char **wp)
|
|||||||
return (rv);
|
return (rv);
|
||||||
}
|
}
|
||||||
|
|
||||||
static char REPLY[] = "REPLY";
|
static const char REPLY[] = "REPLY";
|
||||||
int
|
int
|
||||||
c_read(const char **wp)
|
c_read(const char **wp)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user