[BusyBox-cvs] busybox/include libbb.h,1.90,1.91
Glenn McGrath
bug1 at busybox.net
Mon Jan 13 22:10:21 UTC 2003
Update of /var/cvs/busybox/include
In directory winder:/tmp/cvs-serv5385/include
Modified Files:
libbb.h
Log Message:
Correct some init issues, update email address, last_patch78 by Vladimir
N. Oleynik
Index: libbb.h
===================================================================
RCS file: /var/cvs/busybox/include/libbb.h,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -d -r1.90 -r1.91
--- libbb.h 14 Dec 2002 01:58:57 -0000 1.90
+++ libbb.h 13 Jan 2003 22:09:47 -0000 1.91
@@ -169,7 +169,7 @@
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);
More information about the busybox-cvs
mailing list