Add an entry for the kenv(2) syscall (code to follow).

Reviewed by: peter
This commit is contained in:
Maxime Henrion 2002-04-17 13:05:13 +00:00
parent d5f694305a
commit fd448168b7

View File

@ -559,3 +559,5 @@
387 UNIMPL BSD __mac_get_file
388 UNIMPL BSD __mac_set_fd
389 UNIMPL BSD __mac_set_file
390 STD BSD { int kenv(int what, const char *name, char *value, \
int len); }