diff options
Diffstat (limited to 'libbb/device_open.c')
-rw-r--r-- | libbb/device_open.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/device_open.c b/libbb/device_open.c index 61f954f..df5eae9 100644 --- a/libbb/device_open.c +++ b/libbb/device_open.c @@ -25,7 +25,7 @@ /* try to open up the specified device */ -extern int device_open(const char *device, int mode) +int device_open(const char *device, int mode) { int m, f, fd = -1; |