summaryrefslogtreecommitdiffstats
path: root/include/kenv.h
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-11-24 07:20:26 +0000
committerru <ru@FreeBSD.org>2005-11-24 07:20:26 +0000
commitac0207ffd99c2c34ef0868341aec6f96fccbd883 (patch)
tree1ae4412bab1e5ae241c6ca964263d36aece9ee2c /include/kenv.h
parentbf558bda27a03f3edb913b316bd25a9c9fbde460 (diff)
downloadFreeBSD-src-ac0207ffd99c2c34ef0868341aec6f96fccbd883.zip
FreeBSD-src-ac0207ffd99c2c34ef0868341aec6f96fccbd883.tar.gz
Fix prototype to match the code and documentation.
Diffstat (limited to 'include/kenv.h')
-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