summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/kenv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/kenv.h b/include/kenv.h
index 87f36f3..90af929 100644
--- a/include/kenv.h
+++ b/include/kenv.h
@@ -33,7 +33,7 @@
#include <sys/kenv.h>
__BEGIN_DECLS
-int kenv(int, char *, char *, int);
+int kenv(int, const char *, char *, int);
__END_DECLS
#endif /* !_KENV_H_ */
OpenPOWER on IntegriCloud