Make compile with newer versions of kernel drivers.

This commit is contained in:
Carsten Paeth 2000-03-03 12:45:53 +00:00
parent 12d7f1138a
commit f5621815a5
1 changed files with 8 additions and 1 deletions

View File

@ -22,6 +22,9 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
* $Log$
* Revision 1.7 1999/09/06 08:03:25 fritz
* Changed my mail-address.
*
* Revision 1.6 1998/07/22 19:07:13 keil
* Make it compiling with older I4L versions
*
@ -65,7 +68,11 @@ char *modemsettings;
#define ISDN_LMSNLEN 0
#endif
#define BUFSZ ((ISDN_MODEM_ANZREG+ISDN_MSNLEN+ISDN_LMSNLEN)*ISDN_MAX_CHANNELS)
#ifndef ISDN_MODEM_NUMREG
#define ISDN_MODEM_NUMREG ISDN_MODEM_ANZREG
#endif
#define BUFSZ ((ISDN_MODEM_NUMREG+ISDN_MSNLEN+ISDN_LMSNLEN)*ISDN_MAX_CHANNELS)
void
dumpModem(int dummy)