diff options
Diffstat (limited to 'toys/other/chroot.c')
-rw-r--r-- | toys/other/chroot.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/toys/other/chroot.c b/toys/other/chroot.c index 06823796..003ed072 100644 --- a/toys/other/chroot.c +++ b/toys/other/chroot.c @@ -3,8 +3,6 @@ * chroot.c - Run command in new root directory. * * Copyright 2007 Rob Landley <rob@landley.net> - * - * Not in SUSv3. USE_CHROOT(NEWTOY(chroot, "^<1", TOYFLAG_USR|TOYFLAG_SBIN)) |