aboutsummaryrefslogtreecommitdiff
path: root/utility.c
diff options
context:
space:
mode:
authorerik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-01-15 22:28:50 +0000
committererik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-01-15 22:28:50 +0000
commitb70b4fb69631f8c6983d408934eb264e70b73028 (patch)
treefe0c764cb41cc3ea86c3dcd270e48fa6a1abebcd /utility.c
parentaf85d86cf00c6ad478e1016f75ed6d55200751fc (diff)
downloadbusybox-w32-b70b4fb69631f8c6983d408934eb264e70b73028.tar.gz
busybox-w32-b70b4fb69631f8c6983d408934eb264e70b73028.tar.bz2
busybox-w32-b70b4fb69631f8c6983d408934eb264e70b73028.zip
Sync up busybox with the latest and greatest. This is not stuff for
the Embedix release. -Erik git-svn-id: svn://busybox.net/trunk/busybox@309 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'utility.c')
-rw-r--r--utility.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/utility.c b/utility.c
index c18cb4b27..ade47bde0 100644
--- a/utility.c
+++ b/utility.c
@@ -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.