diff options
author | Erik Andersen | 1999-12-21 02:55:11 +0000 |
---|---|---|
committer | Erik Andersen | 1999-12-21 02:55:11 +0000 |
commit | d387d01f11c3b9438322c951cd1eac8f29ea6afc (patch) | |
tree | ed81f0f41ce4af3de74c5025180ca158f93f5809 /utility.c | |
parent | f294a0288d5f90616c5a096c2236442394112daa (diff) | |
download | busybox-d387d01f11c3b9438322c951cd1eac8f29ea6afc.zip busybox-d387d01f11c3b9438322c951cd1eac8f29ea6afc.tar.gz |
Sync to my local tree
Diffstat (limited to 'utility.c')
-rw-r--r-- | utility.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -378,7 +378,7 @@ int fullRead(int fd, char *buf, int len) #endif -#if defined (BB_CHOWN) || defined (BB_CP) || defined (BB_FIND) || defined (BB_LS) +#if defined (BB_CHOWN) || defined (BB_CP) || defined (BB_FIND) || defined (BB_LS) || defined (BB_INSMOD) /* * Walk down all the directories under the specified * location, and do something (something specified |