diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-01-15 22:28:50 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-01-15 22:28:50 +0000 |
commit | 3163821967821518cfa4c4315f775ec5301bb023 (patch) | |
tree | fe0c764cb41cc3ea86c3dcd270e48fa6a1abebcd /utility.c | |
parent | b7cc49d992ed9a5a59261096012e0b4a811bb7f4 (diff) | |
download | busybox-w32-3163821967821518cfa4c4315f775ec5301bb023.tar.gz busybox-w32-3163821967821518cfa4c4315f775ec5301bb023.tar.bz2 busybox-w32-3163821967821518cfa4c4315f775ec5301bb023.zip |
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) | |||
317 | 317 | ||
318 | return buf; | 318 | return buf; |
319 | } | 319 | } |
320 | #endif | ||
320 | 321 | ||
322 | #if defined BB_TAR || defined BB_CP || defined BB_MV | ||
321 | /* | 323 | /* |
322 | * Write all of the supplied buffer out to a file. | 324 | * Write all of the supplied buffer out to a file. |
323 | * This does multiple writes as necessary. | 325 | * This does multiple writes as necessary. |