summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2007-01-04 19:59:41 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2007-01-04 19:59:41 +0000
commit759a63a87c9181b51753346bac1bab87be410c7f (patch)
tree61d3cac231ec3c9a07292c898e144da3dc8d64a9 /include
parentd9a3b3b2a3468b6889794329ff89546ac7e7a319 (diff)
Notes
Diffstat (limited to 'include')
-rw-r--r--include/kenv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/kenv.h b/include/kenv.h
index 87f36f33c94a..90af9298f366 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_ */