Minix1.5/lib/other/chroot.c

#include <lib.h>

PUBLIC int chroot(name)
char *name;
{
  return(callm3(FS, CHROOT, 0, name));
}