From 6c7c288d5fe921f4765ba3593e179ee2eeddbb14 Mon Sep 17 00:00:00 2001 From: reinelt <> Date: Mon, 24 Nov 2003 11:34:54 +0000 Subject: [lcd4linux @ 2003-11-24 11:34:54 by reinelt] 'Fixed' Rows which do not scroll by Lars Kempe temporary workaround for debian kernel-header bug --- isdn.c | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'isdn.c') diff --git a/isdn.c b/isdn.c index b6be354..62c8b26 100644 --- a/isdn.c +++ b/isdn.c @@ -1,4 +1,4 @@ -/* $Id: isdn.c,v 1.11 2003/10/05 17:58:50 reinelt Exp $ +/* $Id: isdn.c,v 1.12 2003/11/24 11:34:54 reinelt Exp $ * * ISDN specific functions * @@ -22,6 +22,11 @@ * * * $Log: isdn.c,v $ + * Revision 1.12 2003/11/24 11:34:54 reinelt + * + * 'Fixed' Rows which do not scroll by Lars Kempe + * temporary workaround for debian kernel-header bug + * * Revision 1.11 2003/10/05 17:58:50 reinelt * libtool junk; copyright messages cleaned up * @@ -85,7 +90,13 @@ #include #include #include + +// Fixme: my debian has some bugs with kernel headers +#if 0 #include +#else +#define IIOCGETCPS _IO('I',21) +#endif // Fixme: ISDN_MAX_CHANNELS seems undefined in recent kernels #ifndef ISDN_MAX_CHANNELS -- cgit v1.2.3