From af7eff0f566eece286ebe2effba1c793f01c74d2 Mon Sep 17 00:00:00 2001 From: Arnaldo Carvalho de Melo Date: Sun, 8 Dec 2002 07:42:11 -0200 Subject: o if_wanpipe_common: test_bit and friends requires a long pointer --- include/linux/if_wanpipe_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/linux') diff --git a/include/linux/if_wanpipe_common.h b/include/linux/if_wanpipe_common.h index a5cab08d6990..28fefe071078 100644 --- a/include/linux/if_wanpipe_common.h +++ b/include/linux/if_wanpipe_common.h @@ -33,7 +33,7 @@ typedef struct { atomic_t command; atomic_t disconnect; atomic_t driver_busy; - unsigned char common_critical; + long common_critical; struct timer_list *tx_timer; struct sock *sk; /* Wanpipe Sock bind's here */ int (*func) (struct sk_buff *, netdevice_t *, -- cgit v1.3