Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2003-01-14 01:09:50 +0300
committerGlenn L McGrath <bug1@ihug.co.nz>2003-01-14 01:09:50 +0300
commitb4a1baa312746a1ddc934b1ddb035b64e72e746b (patch)
treec8d05e6e83aba6139f8c91eb1ce3f62c6d96c3b9 /include
parentd66370cd7329d7d1022644c0a8213147adf8e016 (diff)
Correct some init issues, update email address, last_patch78 by Vladimir
N. Oleynik
Diffstat (limited to 'include')
-rw-r--r--include/libbb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h
index 3523cc410..a827ba612 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -169,7 +169,7 @@ extern char * my_getpwuid(char *name, long uid);
extern char * my_getgrgid(char *group, long gid);
extern long my_getpwnamegid(const char *name);
-extern int device_open(char *device, int mode);
+extern int device_open(const char *device, int mode);
extern int del_loop(const char *device);
extern int set_loop(const char *device, const char *file, int offset, int *loopro);