Correct some init issues, update email address, last_patch78 by Vladimir

N. Oleynik
This commit is contained in:
Glenn L McGrath
2003-01-13 22:09:50 +00:00
parent d66370cd73
commit b4a1baa312
5 changed files with 162 additions and 179 deletions

View File

@ -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);