aboutsummaryrefslogtreecommitdiff
path: root/df.c
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-03-04 21:19:32 +0000
committerErik Andersen <andersen@codepoet.org>2000-03-04 21:19:32 +0000
commit029011b9eeaf491d00fda1d072c4c6094df96c3a (patch)
tree7c49f1fc1547a2f9cee812472f422a5c1a5c448b /df.c
parent7c4b2f3fe5cb6b9a5c6bd089c18279c5ce29dc21 (diff)
downloadbusybox-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 'df.c')
-rw-r--r--df.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/df.c b/df.c
index 43d5d26e7..bc843f7a2 100644
--- a/df.c
+++ b/df.c
@@ -108,3 +108,11 @@ extern int df_main(int argc, char **argv)
108 108
109 exit(TRUE); 109 exit(TRUE);
110} 110}
111
112/*
113Local Variables:
114c-file-style: "linux"
115c-basic-offset: 4
116tab-width: 4
117End:
118*/