diff options
author | Glenn L McGrath | 2003-01-13 22:09:50 +0000 |
---|---|---|
committer | Glenn L McGrath | 2003-01-13 22:09:50 +0000 |
commit | b4a1baa312746a1ddc934b1ddb035b64e72e746b (patch) | |
tree | c8d05e6e83aba6139f8c91eb1ce3f62c6d96c3b9 /libbb/device_open.c | |
parent | d66370cd7329d7d1022644c0a8213147adf8e016 (diff) | |
download | busybox-b4a1baa312746a1ddc934b1ddb035b64e72e746b.zip busybox-b4a1baa312746a1ddc934b1ddb035b64e72e746b.tar.gz |
Correct some init issues, update email address, last_patch78 by Vladimir
N. Oleynik
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 30b33d7..42da1e1 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(char *device, int mode) +extern int device_open(const char *device, int mode) { int m, f, fd = -1; |