Add a pointer to kenv(1).

This commit is contained in:
Peter Wemm 2001-09-21 02:25:53 +00:00
parent 57ea1fa07f
commit 1114d18594
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=83744

View File

@ -101,6 +101,9 @@ getenv_quad(const char *name, quad_t *data)
return(1);
}
/*
* Export for userland. See kenv(1) specifically.
*/
static int
sysctl_kernenv(SYSCTL_HANDLER_ARGS)
{