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;

View File

@@ -3,7 +3,7 @@
* Utility routines.
*
* Copyright (C) Manuel Nova III <mnovoa3@bellsouth.net>
* and Vladimir Oleynik <vodz@usa.net>
* and Vladimir Oleynik <dzo@simtreas.ru>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by