From 045580fe74b31768c97a2e2b772c5ba843fa0d6a Mon Sep 17 00:00:00 2001 From: markster Date: Sat, 26 Jun 2004 22:41:21 +0000 Subject: Fix zaptel watchdog type mismatch (bug #1931) git-svn-id: http://svn.digium.com/svn/zaptel/trunk@426 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- zaptel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zaptel.c') 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); -- cgit v1.2.3