diff options
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. |