aboutsummaryrefslogtreecommitdiffstats
path: root/isdn.c
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2003-11-24 11:34:54 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2003-11-24 11:34:54 +0000
commit10a4f2adc2e980f63413a2541e644acd3fbf0106 (patch)
tree4b9854ab8f51e4deadf2a9638673949a3e976df3 /isdn.c
parent3fbb7650e8a7e1e7d85b936e482a66d2ced07ac1 (diff)
downloadlcd4linux-10a4f2adc2e980f63413a2541e644acd3fbf0106.tar.gz
[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 git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@275 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'isdn.c')
-rw-r--r--isdn.c13
1 files changed, 12 insertions, 1 deletions
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 <fcntl.h>
#include <sys/ioctl.h>
#include <sys/types.h>
+
+// Fixme: my debian has some bugs with kernel headers
+#if 0
#include <linux/isdn.h>
+#else
+#define IIOCGETCPS _IO('I',21)
+#endif
// Fixme: ISDN_MAX_CHANNELS seems undefined in recent kernels
#ifndef ISDN_MAX_CHANNELS