diff options
author | Erik Andersen | 2000-01-15 22:28:50 +0000 |
---|---|---|
committer | Erik Andersen | 2000-01-15 22:28:50 +0000 |
commit | 3163821967821518cfa4c4315f775ec5301bb023 (patch) | |
tree | fe0c764cb41cc3ea86c3dcd270e48fa6a1abebcd /utility.c | |
parent | b7cc49d992ed9a5a59261096012e0b4a811bb7f4 (diff) | |
download | busybox-3163821967821518cfa4c4315f775ec5301bb023.zip busybox-3163821967821518cfa4c4315f775ec5301bb023.tar.gz |
Sync up busybox with the latest and greatest. This is not stuff for
the Embedix release.
-Erik
Diffstat (limited to 'utility.c')
-rw-r--r-- | utility.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -317,7 +317,9 @@ const char *timeString(time_t timeVal) return buf; } +#endif +#if defined BB_TAR || defined BB_CP || defined BB_MV /* * Write all of the supplied buffer out to a file. * This does multiple writes as necessary. |