aboutsummaryrefslogtreecommitdiff
path: root/coreutils/du.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-09-25 21:45:58 +0000
committerEric Andersen <andersen@codepoet.org>2000-09-25 21:45:58 +0000
commit3570a34de46b1f7dedd16999bb1687e2d6b55d40 (patch)
tree7fa09f8a448d71c604288ec50a1777e657f57db5 /coreutils/du.c
parentcaffb6eff0e33a80da630963f21346c21186da39 (diff)
downloadbusybox-3570a34de46b1f7dedd16999bb1687e2d6b55d40.tar.gz
Renamed "internal.h" to the more sensible "busybox.h".
-Erik
Diffstat (limited to 'coreutils/du.c')
-rw-r--r--coreutils/du.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/coreutils/du.c b/coreutils/du.c
index 5a08abb78..408ad994c 100644
--- a/coreutils/du.c
+++ b/coreutils/du.c
@@ -22,7 +22,7 @@
*
*/
-#include "internal.h"
+#include "busybox.h"
#define BB_DECLARE_EXTERN
#define bb_need_name_too_long
#include "messages.c"
@@ -163,7 +163,7 @@ int du_main(int argc, char **argv)
return(0);
}
-/* $Id: du.c,v 1.24 2000/07/17 16:17:19 proski Exp $ */
+/* $Id: du.c,v 1.25 2000/09/25 21:45:57 andersen Exp $ */
/*
Local Variables:
c-file-style: "linux"