diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-03-04 21:19:32 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-03-04 21:19:32 +0000 |
commit | 029011b9eeaf491d00fda1d072c4c6094df96c3a (patch) | |
tree | 7c49f1fc1547a2f9cee812472f422a5c1a5c448b /coreutils/chroot.c | |
parent | 7c4b2f3fe5cb6b9a5c6bd089c18279c5ce29dc21 (diff) | |
download | busybox-w32-029011b9eeaf491d00fda1d072c4c6094df96c3a.tar.gz busybox-w32-029011b9eeaf491d00fda1d072c4c6094df96c3a.tar.bz2 busybox-w32-029011b9eeaf491d00fda1d072c4c6094df96c3a.zip |
A few updates (including the cp fix the Craig has been looking for)
-Erik
Diffstat (limited to 'coreutils/chroot.c')
-rw-r--r-- | coreutils/chroot.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/coreutils/chroot.c b/coreutils/chroot.c index 6a01be603..3622c26dc 100644 --- a/coreutils/chroot.c +++ b/coreutils/chroot.c | |||
@@ -65,3 +65,12 @@ int chroot_main(int argc, char **argv) | |||
65 | *argv, strerror(errno)); | 65 | *argv, strerror(errno)); |
66 | exit(FALSE); | 66 | exit(FALSE); |
67 | } | 67 | } |
68 | |||
69 | |||
70 | /* | ||
71 | Local Variables: | ||
72 | c-file-style: "linux" | ||
73 | c-basic-offset: 4 | ||
74 | tab-width: 4 | ||
75 | End: | ||
76 | */ | ||