aboutsummaryrefslogtreecommitdiffstats
path: root/isdn.c
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2003-06-21 05:46:18 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2003-06-21 05:46:18 +0000
commit3f22aaebc992b44fefba8e47e0ed8dc4337aaaa6 (patch)
treeba403ab8b7cda8132daa2d4c288ca6398da7a56e /isdn.c
parent8f6dfc61f7f1a6c3784b4378cf147736666cce84 (diff)
downloadlcd4linux-3f22aaebc992b44fefba8e47e0ed8dc4337aaaa6.tar.gz
[lcd4linux @ 2003-06-21 05:46:18 by reinelt]
DVB client integrated git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@194 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'isdn.c')
-rw-r--r--isdn.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/isdn.c b/isdn.c
index 7a2f570..4b2004d 100644
--- a/isdn.c
+++ b/isdn.c
@@ -1,4 +1,4 @@
-/* $Id: isdn.c,v 1.9 2001/05/27 07:19:28 reinelt Exp $
+/* $Id: isdn.c,v 1.10 2003/06/21 05:46:18 reinelt Exp $
*
* ISDN specific functions
*
@@ -20,6 +20,9 @@
*
*
* $Log: isdn.c,v $
+ * Revision 1.10 2003/06/21 05:46:18 reinelt
+ * DVB client integrated
+ *
* Revision 1.9 2001/05/27 07:19:28 reinelt
*
* fixed a warning in pixmap.c
@@ -154,7 +157,7 @@ int Isdn (int *rx, int *tx, int *usage)
error ("open(/dev/isdninfo) failed: %s", strerror(errno));
return -1;
}
- debug ("open (/proc/isdninfo)=%d", fd);
+ debug ("open (/dev/isdninfo)=%d", fd);
}
if (ioctl(fd, IIOCGETCPS, &cps)) {