summaryrefslogtreecommitdiffstats
path: root/usr.bin/getconf/confstr.gperf
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/getconf/confstr.gperf')
-rw-r--r--usr.bin/getconf/confstr.gperf2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/getconf/confstr.gperf b/usr.bin/getconf/confstr.gperf
index 2abb55f..ad2f509 100644
--- a/usr.bin/getconf/confstr.gperf
+++ b/usr.bin/getconf/confstr.gperf
@@ -18,7 +18,7 @@
static const struct map *in_word_set(const char *str, unsigned int len);
%}
-struct map { char *name; int key; };
+struct map { const char *name; int key; };
%%
PATH, _CS_PATH
POSIX_V6_ILP32_OFF32_CFLAGS, _CS_POSIX_V6_ILP32_OFF32_CFLAGS
OpenPOWER on IntegriCloud