summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-06-26 22:41:21 +0000
committermarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-06-26 22:41:21 +0000
commit045580fe74b31768c97a2e2b772c5ba843fa0d6a (patch)
tree477e27009c43e0be70f2218d332dc6fe1e974310
parentc4c6c6f9ab9bee285d06eeb259569ebd4c341eed (diff)
Fix zaptel watchdog type mismatch (bug #1931)
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@426 5390a7c7-147a-4af0-8ec9-7488f05a26cb
-rwxr-xr-xzaptel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zaptel.c b/zaptel.c
index da7d834..5230bf4 100755
--- a/zaptel.c
+++ b/zaptel.c
@@ -5991,7 +5991,7 @@ static struct timer_list watchdogtimer;
static void watchdog_check(unsigned long ignored)
{
int x;
- long flags;
+ unsigned long flags;
static int wdcheck=0;
local_irq_save(flags);