summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-07-25 18:30:55 +0000
committerkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-07-25 18:30:55 +0000
commitc0944feee4a625764ec24e6e91fdf456ead0bb1a (patch)
tree387b24f6d8a42bf2eb35fd374efd94e5aa77fe1f
parentc1a8422959ccad0286bb676cbdab9afc71449151 (diff)
ensure _all_ drivers use unsigned ints for counters
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@706 5390a7c7-147a-4af0-8ec9-7488f05a26cb
-rwxr-xr-xpciradio.c2
-rwxr-xr-xwct1xxp.c2
-rwxr-xr-xwcte11xp.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/pciradio.c b/pciradio.c
index f3cbb68..002a9a3 100755
--- a/pciradio.c
+++ b/pciradio.c
@@ -143,7 +143,7 @@ struct pciradio {
struct zt_span span;
unsigned char ios;
int usecount;
- int intcount;
+ unsigned int intcount;
int dead;
int pos;
int freeregion;
diff --git a/wct1xxp.c b/wct1xxp.c
index e014dcf..63f8baf 100755
--- a/wct1xxp.c
+++ b/wct1xxp.c
@@ -137,7 +137,7 @@ struct t1xxp {
/* Our offset for finding channel 1 */
int offset;
char *variety;
- int intcount;
+ unsigned int intcount;
int usecount;
int clocktimeout;
int sync;
diff --git a/wcte11xp.c b/wcte11xp.c
index 6c11ed5..248b1de 100755
--- a/wcte11xp.c
+++ b/wcte11xp.c
@@ -143,7 +143,7 @@ struct t1 {
/* Our offset for finding channel 1 */
int offset;
char *variety;
- int intcount;
+ unsigned int intcount;
int usecount;
int clocktimeout;
int sync;