aboutsummaryrefslogtreecommitdiff
path: root/utility.c
diff options
context:
space:
mode:
authorerik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-12-21 02:55:11 +0000
committererik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-12-21 02:55:11 +0000
commit18c1b1ffbfba769ac3313150a5daf547d686b9ef (patch)
treeed81f0f41ce4af3de74c5025180ca158f93f5809 /utility.c
parent74f1ce806b5cd66f3822ba27bff8aa2b824614e6 (diff)
downloadbusybox-w32-18c1b1ffbfba769ac3313150a5daf547d686b9ef.tar.gz
busybox-w32-18c1b1ffbfba769ac3313150a5daf547d686b9ef.tar.bz2
busybox-w32-18c1b1ffbfba769ac3313150a5daf547d686b9ef.zip
Sync to my local tree
git-svn-id: svn://busybox.net/trunk/busybox@253 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to '')
-rw-r--r--utility.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utility.c b/utility.c
index e5c177ad5..d01be9c98 100644
--- a/utility.c
+++ b/utility.c
@@ -378,7 +378,7 @@ int fullRead(int fd, char *buf, int len)
378#endif 378#endif
379 379
380 380
381#if defined (BB_CHOWN) || defined (BB_CP) || defined (BB_FIND) || defined (BB_LS) 381#if defined (BB_CHOWN) || defined (BB_CP) || defined (BB_FIND) || defined (BB_LS) || defined (BB_INSMOD)
382/* 382/*
383 * Walk down all the directories under the specified 383 * Walk down all the directories under the specified
384 * location, and do something (something specified 384 * location, and do something (something specified