mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-30 15:38:06 +01:00
Fix prototype to match the code and documentation.
This commit is contained in:
parent
7062693e56
commit
20d91f5626
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=152750
@ -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_ */
|
||||
|
Loading…
Reference in New Issue
Block a user