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

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