Fix prototype to match the code and documentation.

This commit is contained in:
Ruslan Ermilov 2005-11-24 07:20:26 +00:00
parent 7062693e56
commit 20d91f5626
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=152750

View File

@ -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_ */