diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-12-24 07:30:09 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-12-24 07:30:09 +0000 |
commit | 8fce88b1485f92beaf4bb114d4b2b1195a898461 (patch) | |
tree | 299558d0939d916961a8ab55c23a0be6f9e15442 /libbb | |
parent | 6069703f77422a0741ef1bc755b02d903a523482 (diff) | |
download | busybox-w32-8fce88b1485f92beaf4bb114d4b2b1195a898461.tar.gz busybox-w32-8fce88b1485f92beaf4bb114d4b2b1195a898461.tar.bz2 busybox-w32-8fce88b1485f92beaf4bb114d4b2b1195a898461.zip |
small stupid changes. no code changes
git-svn-id: svn://busybox.net/trunk/busybox@17069 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'libbb')
-rw-r--r-- | libbb/device_open.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libbb/device_open.c b/libbb/device_open.c index c788b6982..2b35ad8a3 100644 --- a/libbb/device_open.c +++ b/libbb/device_open.c | |||
@@ -7,11 +7,8 @@ | |||
7 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. |
8 | */ | 8 | */ |
9 | 9 | ||
10 | #include <stdio.h> | ||
11 | #include <fcntl.h> | ||
12 | #include "libbb.h" | 10 | #include "libbb.h" |
13 | 11 | ||
14 | |||
15 | /* try to open up the specified device */ | 12 | /* try to open up the specified device */ |
16 | int device_open(const char *device, int mode) | 13 | int device_open(const char *device, int mode) |
17 | { | 14 | { |