diff options
author | ru <ru@FreeBSD.org> | 2005-11-24 07:20:26 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-11-24 07:20:26 +0000 |
commit | ac0207ffd99c2c34ef0868341aec6f96fccbd883 (patch) | |
tree | 1ae4412bab1e5ae241c6ca964263d36aece9ee2c /include | |
parent | bf558bda27a03f3edb913b316bd25a9c9fbde460 (diff) | |
download | FreeBSD-src-ac0207ffd99c2c34ef0868341aec6f96fccbd883.zip FreeBSD-src-ac0207ffd99c2c34ef0868341aec6f96fccbd883.tar.gz |
Fix prototype to match the code and documentation.
Diffstat (limited to 'include')
-rw-r--r-- | include/kenv.h | 2 |
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_ */ |