New installation mechanism, updated to minix 1.5
This commit is contained in:
9
mach/minixST/libsys/_chroot.c
Normal file
9
mach/minixST/libsys/_chroot.c
Normal file
@@ -0,0 +1,9 @@
|
||||
#include <lib.h>
|
||||
#define chroot _chroot
|
||||
#include <unistd.h>
|
||||
|
||||
PUBLIC int chroot(name)
|
||||
_CONST char *name;
|
||||
{
|
||||
return(_callm3(FS, CHROOT, 0, name));
|
||||
}
|
||||
Reference in New Issue
Block a user