diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-12-24 07:30:09 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-12-24 07:30:09 +0000 |
commit | 7cea262273659e9894d446a3f9ea6b83fb18892a (patch) | |
tree | 299558d0939d916961a8ab55c23a0be6f9e15442 /libbb | |
parent | a5b3e76c38371c2c5781c11cfe5980aeb041e034 (diff) | |
download | busybox-w32-7cea262273659e9894d446a3f9ea6b83fb18892a.tar.gz busybox-w32-7cea262273659e9894d446a3f9ea6b83fb18892a.tar.bz2 busybox-w32-7cea262273659e9894d446a3f9ea6b83fb18892a.zip |
small stupid changes. no code changes
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 | { |