summaryrefslogtreecommitdiffstats
path: root/libexec/bootpd/dovend.c
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/bootpd/dovend.c')
-rw-r--r--libexec/bootpd/dovend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/bootpd/dovend.c b/libexec/bootpd/dovend.c
index 9c8457b..279d59c 100644
--- a/libexec/bootpd/dovend.c
+++ b/libexec/bootpd/dovend.c
@@ -59,7 +59,7 @@ dovend_rfc1497(hp, buf, len)
int bytesleft = len;
byte *vp = buf;
- static char noroom[] = "%s: No room for \"%s\" option";
+ static const char noroom[] = "%s: No room for \"%s\" option";
#define NEED(LEN, MSG) do \
if (bytesleft < (LEN)) { \
report(LOG_NOTICE, noroom, \
OpenPOWER on IntegriCloud