summaryrefslogtreecommitdiffstats
path: root/usr.bin/getconf/sysconf.gperf
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/getconf/sysconf.gperf')
-rw-r--r--usr.bin/getconf/sysconf.gperf2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/getconf/sysconf.gperf b/usr.bin/getconf/sysconf.gperf
index 10e0204..b917000 100644
--- a/usr.bin/getconf/sysconf.gperf
+++ b/usr.bin/getconf/sysconf.gperf
@@ -120,7 +120,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; };
%%
AIO_LISTIO_MAX, _SC_AIO_LISTIO_MAX
AIO_MAX, _SC_AIO_MAX
OpenPOWER on IntegriCloud