[Asterisk-cvs] zaptel pciradio.c, 1.11, 1.12 wct1xxp.c, 1.23, 1.24 wcte11xp.c, 1.12, 1.13

kpfleming at lists.digium.com kpfleming at lists.digium.com
Mon Jul 25 14:24:14 CDT 2005


Update of /usr/cvsroot/zaptel
In directory mongoose.digium.com:/tmp/cvs-serv15642

Modified Files:
	pciradio.c wct1xxp.c wcte11xp.c 
Log Message:
ensure _all_ drivers use unsigned ints for counters


Index: pciradio.c
===================================================================
RCS file: /usr/cvsroot/zaptel/pciradio.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- pciradio.c	17 Jun 2005 00:58:45 -0000	1.11
+++ pciradio.c	25 Jul 2005 18:30:55 -0000	1.12
@@ -143,7 +143,7 @@
 	struct zt_span span;
 	unsigned char ios;
 	int usecount;
-	int intcount;
+	unsigned int intcount;
 	int dead;
 	int pos;
 	int freeregion;

Index: wct1xxp.c
===================================================================
RCS file: /usr/cvsroot/zaptel/wct1xxp.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- wct1xxp.c	15 Jan 2005 22:59:18 -0000	1.23
+++ wct1xxp.c	25 Jul 2005 18:30:55 -0000	1.24
@@ -137,7 +137,7 @@
 	/* Our offset for finding channel 1 */
 	int offset;
 	char *variety;
-	int intcount;
+	unsigned int intcount;
 	int usecount;
 	int clocktimeout;
 	int sync;

Index: wcte11xp.c
===================================================================
RCS file: /usr/cvsroot/zaptel/wcte11xp.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- wcte11xp.c	11 Apr 2005 01:10:34 -0000	1.12
+++ wcte11xp.c	25 Jul 2005 18:30:55 -0000	1.13
@@ -143,7 +143,7 @@
 	/* Our offset for finding channel 1 */
 	int offset;
 	char *variety;
-	int intcount;
+	unsigned int intcount;
 	int usecount;
 	int clocktimeout;
 	int sync;




More information about the svn-commits mailing list