diff options
| author | Rob Landley <rob@landley.net> | 2006-08-03 17:58:17 +0000 |
|---|---|---|
| committer | Rob Landley <rob@landley.net> | 2006-08-03 17:58:17 +0000 |
| commit | 86b4d64aa3f5ca4c2824a8948541b0e18dfe0a74 (patch) | |
| tree | b3002e01131f99581c1be3462b96b2f2c40408f4 /coreutils | |
| parent | 7478804b783619762a52a740037126ef8711acc2 (diff) | |
| download | busybox-w32-86b4d64aa3f5ca4c2824a8948541b0e18dfe0a74.tar.gz busybox-w32-86b4d64aa3f5ca4c2824a8948541b0e18dfe0a74.tar.bz2 busybox-w32-86b4d64aa3f5ca4c2824a8948541b0e18dfe0a74.zip | |
These should have been part of 15767 too.
Diffstat (limited to 'coreutils')
| -rw-r--r-- | coreutils/du.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/du.c b/coreutils/du.c index b204a025a..29427c779 100644 --- a/coreutils/du.c +++ b/coreutils/du.c | |||
| @@ -121,7 +121,7 @@ static long du(char *filename) | |||
| 121 | struct dirent *entry; | 121 | struct dirent *entry; |
| 122 | char *newfile; | 122 | char *newfile; |
| 123 | 123 | ||
| 124 | dir = bb_opendir(filename); | 124 | dir = warn_opendir(filename); |
| 125 | if (!dir) { | 125 | if (!dir) { |
| 126 | status = EXIT_FAILURE; | 126 | status = EXIT_FAILURE; |
| 127 | return sum; | 127 | return sum; |
