diff options
Diffstat (limited to 'du.c')
-rw-r--r-- | du.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -22,7 +22,7 @@ | |||
22 | * | 22 | * |
23 | */ | 23 | */ |
24 | 24 | ||
25 | #include "internal.h" | 25 | #include "busybox.h" |
26 | #define BB_DECLARE_EXTERN | 26 | #define BB_DECLARE_EXTERN |
27 | #define bb_need_name_too_long | 27 | #define bb_need_name_too_long |
28 | #include "messages.c" | 28 | #include "messages.c" |
@@ -163,7 +163,7 @@ int du_main(int argc, char **argv) | |||
163 | return(0); | 163 | return(0); |
164 | } | 164 | } |
165 | 165 | ||
166 | /* $Id: du.c,v 1.24 2000/07/17 16:17:19 proski Exp $ */ | 166 | /* $Id: du.c,v 1.25 2000/09/25 21:45:57 andersen Exp $ */ |
167 | /* | 167 | /* |
168 | Local Variables: | 168 | Local Variables: |
169 | c-file-style: "linux" | 169 | c-file-style: "linux" |