aboutsummaryrefslogtreecommitdiff
path: root/df.c
diff options
context:
space:
mode:
authorerik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-03-04 21:19:32 +0000
committererik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-03-04 21:19:32 +0000
commitf042f3c095e99887a076427cc04de54f90fe2c29 (patch)
tree7c49f1fc1547a2f9cee812472f422a5c1a5c448b /df.c
parent6b65252692f961f249492e7768d7b2826600d956 (diff)
downloadbusybox-w32-f042f3c095e99887a076427cc04de54f90fe2c29.tar.gz
busybox-w32-f042f3c095e99887a076427cc04de54f90fe2c29.tar.bz2
busybox-w32-f042f3c095e99887a076427cc04de54f90fe2c29.zip
A few updates (including the cp fix the Craig has been looking for)
-Erik git-svn-id: svn://busybox.net/trunk/busybox@386 69ca8d6d-28ef-0310-b511-8ec308f3f277
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*/