[zaptel-commits] jpeeler: branch 1.4 r3848 - in /branches/1.4: sethdlc-new.c sethdlc.c tonezone.c

SVN commits to the Zaptel project zaptel-commits at lists.digium.com
Mon Feb 18 16:55:12 CST 2008


Author: jpeeler
Date: Mon Feb 18 16:55:12 2008
New Revision: 3848

URL: http://svn.digium.com/view/zaptel?view=rev&rev=3848
Log:
added some forgotten includes for zap_copy_string

Modified:
    branches/1.4/sethdlc-new.c
    branches/1.4/sethdlc.c
    branches/1.4/tonezone.c

Modified: branches/1.4/sethdlc-new.c
URL: http://svn.digium.com/view/zaptel/branches/1.4/sethdlc-new.c?view=diff&rev=3848&r1=3847&r2=3848
==============================================================================
--- branches/1.4/sethdlc-new.c (original)
+++ branches/1.4/sethdlc-new.c Mon Feb 18 16:55:12 2008
@@ -22,6 +22,7 @@
 #include <sys/socket.h>
 #include <linux/if.h>
 #include <linux/sockios.h>
+#include "kernel/zaptel.h"
 
 #if GENERIC_HDLC_VERSION != 4
 #error Generic HDLC layer version mismatch, please get correct sethdlc.c

Modified: branches/1.4/sethdlc.c
URL: http://svn.digium.com/view/zaptel/branches/1.4/sethdlc.c?view=diff&rev=3848&r1=3847&r2=3848
==============================================================================
--- branches/1.4/sethdlc.c (original)
+++ branches/1.4/sethdlc.c Mon Feb 18 16:55:12 2008
@@ -10,6 +10,7 @@
 #include <sys/ioctl.h>
 #include <sys/socket.h>
 #include <linux/if.h>
+#include "kernel/zaptel.h"
 
 
 struct ifreq req;		/* for ioctl */

Modified: branches/1.4/tonezone.c
URL: http://svn.digium.com/view/zaptel/branches/1.4/tonezone.c?view=diff&rev=3848&r1=3847&r2=3848
==============================================================================
--- branches/1.4/tonezone.c (original)
+++ branches/1.4/tonezone.c Mon Feb 18 16:55:12 2008
@@ -30,6 +30,7 @@
 #include <unistd.h>
 #include <errno.h>
 
+#include "kernel/zaptel.h"
 #include "tonezone.h"
 
 #define DEFAULT_ZT_DEV "/dev/zap/ctl"




More information about the zaptel-commits mailing list