diff options
author | reinelt <> | 2003-06-21 05:46:18 +0000 |
---|---|---|
committer | reinelt <> | 2003-06-21 05:46:18 +0000 |
commit | 7daaad08f039a06c278d1cc5ff933f3d2e6e177a (patch) | |
tree | ba403ab8b7cda8132daa2d4c288ca6398da7a56e /isdn.c | |
parent | 81c6d5692baeacc1742f8d568d36f1d8cfdf9e73 (diff) | |
download | lcd4linux-7daaad08f039a06c278d1cc5ff933f3d2e6e177a.tar.gz |
[lcd4linux @ 2003-06-21 05:46:18 by reinelt]
DVB client integrated
Diffstat (limited to 'isdn.c')
-rw-r--r-- | isdn.c | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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)) { |