aboutsummaryrefslogtreecommitdiff
path: root/e2fsprogs/uuid/gen_uuid.c
diff options
context:
space:
mode:
authorvodz <vodz@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-10-12 12:11:42 +0000
committervodz <vodz@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-10-12 12:11:42 +0000
commit47e00aa3eaa65a56e571ee7be4145ed16f2685b5 (patch)
treef91ad789cad64c33d51c40981eca0e1dae1f259d /e2fsprogs/uuid/gen_uuid.c
parent77fc01c7873c08afcffdb97c0d5597832b9b438b (diff)
downloadbusybox-w32-47e00aa3eaa65a56e571ee7be4145ed16f2685b5.tar.gz
busybox-w32-47e00aa3eaa65a56e571ee7be4145ed16f2685b5.tar.bz2
busybox-w32-47e00aa3eaa65a56e571ee7be4145ed16f2685b5.zip
more busyboxes, remove 1 extern function (mainstream also have for one fsck)
git-svn-id: svn://busybox.net/trunk/busybox@11842 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to '')
-rw-r--r--e2fsprogs/uuid/gen_uuid.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/e2fsprogs/uuid/gen_uuid.c b/e2fsprogs/uuid/gen_uuid.c
index 489cdd2b9..52328cfc4 100644
--- a/e2fsprogs/uuid/gen_uuid.c
+++ b/e2fsprogs/uuid/gen_uuid.c
@@ -32,12 +32,8 @@
32 * %End-Header% 32 * %End-Header%
33 */ 33 */
34 34
35#ifdef HAVE_UNISTD_H
36#include <unistd.h> 35#include <unistd.h>
37#endif
38#ifdef HAVE_STDLIB_H
39#include <stdlib.h> 36#include <stdlib.h>
40#endif
41#include <string.h> 37#include <string.h>
42#include <fcntl.h> 38#include <fcntl.h>
43#include <errno.h> 39#include <errno.h>