diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-04-18 23:32:10 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-04-18 23:32:10 +0000 |
commit | 9a8195cc03516b9f376b0f965d9f05fa326ac5d2 (patch) | |
tree | 3857674a2de28a112b221ef68f02b2bc7539537a /utility.c | |
parent | b9167cb67f3316e2220cc4d209bb75880d619bc6 (diff) | |
download | busybox-w32-9a8195cc03516b9f376b0f965d9f05fa326ac5d2.tar.gz busybox-w32-9a8195cc03516b9f376b0f965d9f05fa326ac5d2.tar.bz2 busybox-w32-9a8195cc03516b9f376b0f965d9f05fa326ac5d2.zip |
Fix creation of /linuxrc
-Erik
Diffstat (limited to 'utility.c')
-rw-r--r-- | utility.c | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -525,10 +525,12 @@ int fullRead(int fd, char *buf, int len) | |||
525 | 525 | ||
526 | 526 | ||
527 | #if defined (BB_CHMOD_CHOWN_CHGRP) \ | 527 | #if defined (BB_CHMOD_CHOWN_CHGRP) \ |
528 | || defined (BB_CP_MV) \ | 528 | || defined (BB_CP_MV) \ |
529 | || defined (BB_FIND) \ | 529 | || defined (BB_FIND) \ |
530 | || defined (BB_LS) \ | 530 | || defined (BB_INSMOD) \ |
531 | || defined (BB_INSMOD) | 531 | || defined (BB_RM) \ |
532 | || defined (BB_TAR) | ||
533 | |||
532 | /* | 534 | /* |
533 | * Walk down all the directories under the specified | 535 | * Walk down all the directories under the specified |
534 | * location, and do something (something specified | 536 | * location, and do something (something specified |