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 30b33d7f0..42da1e1be 100644 --- a/libbb/device_open.c +++ b/libbb/device_open.c | |||
@@ -25,7 +25,7 @@ | |||
25 | 25 | ||
26 | 26 | ||
27 | /* try to open up the specified device */ | 27 | /* try to open up the specified device */ |
28 | extern int device_open(char *device, int mode) | 28 | extern int device_open(const char *device, int mode) |
29 | { | 29 | { |
30 | int m, f, fd = -1; | 30 | int m, f, fd = -1; |
31 | 31 | ||