commit | 029011b9eeaf491d00fda1d072c4c6094df96c3a | [log] [tgz] |
---|---|---|
author | Erik Andersen <andersen@codepoet.org> | Sat Mar 04 21:19:32 2000 +0000 |
committer | Erik Andersen <andersen@codepoet.org> | Sat Mar 04 21:19:32 2000 +0000 |
tree | 7c49f1fc1547a2f9cee812472f422a5c1a5c448b | |
parent | 7c4b2f3fe5cb6b9a5c6bd089c18279c5ce29dc21 [diff] [blame] |
A few updates (including the cp fix the Craig has been looking for) -Erik
diff --git a/chroot.c b/chroot.c index 6a01be6..3622c26 100644 --- a/chroot.c +++ b/chroot.c
@@ -65,3 +65,12 @@ *argv, strerror(errno)); exit(FALSE); } + + +/* +Local Variables: +c-file-style: "linux" +c-basic-offset: 4 +tab-width: 4 +End: +*/