From 6314ec05ca453676a3464fdc43c332b28ccf4b37 Mon Sep 17 00:00:00 2001 From: reinelt <> Date: Sun, 27 May 2001 07:19:28 +0000 Subject: [lcd4linux @ 2001-05-27 07:19:28 by reinelt] fixed a warning in pixmap.c temporarily fixed a bug in isdn.c (ISDN_MAX_CHANNELS is no longer defined?) fixed a bug in configure.in (--with-drivers=xyz did not work) --- isdn.c | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'isdn.c') diff --git a/isdn.c b/isdn.c index 3247270..7a2f570 100644 --- a/isdn.c +++ b/isdn.c @@ -1,4 +1,4 @@ -/* $Id: isdn.c,v 1.8 2000/08/10 18:42:20 reinelt Exp $ +/* $Id: isdn.c,v 1.9 2001/05/27 07:19:28 reinelt Exp $ * * ISDN specific functions * @@ -20,6 +20,12 @@ * * * $Log: isdn.c,v $ + * Revision 1.9 2001/05/27 07:19:28 reinelt + * + * fixed a warning in pixmap.c + * temporarily fixed a bug in isdn.c (ISDN_MAX_CHANNELS is no longer defined?) + * fixed a bug in configure.in (--with-drivers=xyz did not work) + * * Revision 1.8 2000/08/10 18:42:20 reinelt * * fixed some bugs with the new syslog code @@ -73,6 +79,11 @@ #include #include +// Fixme: ISDN_MAX_CHANNELS seems undefined in recent kernels +#ifndef ISDN_MAX_CHANNELS +#define ISDN_MAX_CHANNELS 64 +#endif + #include "debug.h" #include "isdn.h" #include "filter.h" -- cgit v1.2.3