aboutsummaryrefslogtreecommitdiffstats
path: root/isdn.c
diff options
context:
space:
mode:
authorreinelt <>2000-08-10 18:42:20 +0000
committerreinelt <>2000-08-10 18:42:20 +0000
commit55da291c6ef34b087a69fbf5dd54417a91fc2a39 (patch)
tree282d4f7b033f689f0c0ae12841cd319dbb726594 /isdn.c
parenta71c28313e3e3ef0f2e235f78eaf38fca52deb1f (diff)
downloadlcd4linux-55da291c6ef34b087a69fbf5dd54417a91fc2a39.tar.gz
[lcd4linux @ 2000-08-10 18:42:20 by reinelt]
fixed some bugs with the new syslog code
Diffstat (limited to 'isdn.c')
-rw-r--r--isdn.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/isdn.c b/isdn.c
index 4879b55..3247270 100644
--- a/isdn.c
+++ b/isdn.c
@@ -1,4 +1,4 @@
-/* $Id: isdn.c,v 1.7 2000/08/10 09:44:09 reinelt Exp $
+/* $Id: isdn.c,v 1.8 2000/08/10 18:42:20 reinelt Exp $
*
* ISDN specific functions
*
@@ -20,6 +20,10 @@
*
*
* $Log: isdn.c,v $
+ * Revision 1.8 2000/08/10 18:42:20 reinelt
+ *
+ * fixed some bugs with the new syslog code
+ *
* Revision 1.7 2000/08/10 09:44:09 reinelt
*
* new debugging scheme: error(), info(), debug()
@@ -63,6 +67,7 @@
#include <stdio.h>
#include <string.h>
#include <unistd.h>
+#include <errno.h>
#include <fcntl.h>
#include <sys/ioctl.h>
#include <sys/types.h>