]> git.hungrycats.org Git - linux/commitdiff
o if_wanpipe_common: test_bit and friends requires a long pointer
authorArnaldo Carvalho de Melo <acme@conectiva.com.br>
Sun, 8 Dec 2002 09:42:11 +0000 (07:42 -0200)
committerArnaldo Carvalho de Melo <acme@conectiva.com.br>
Sun, 8 Dec 2002 09:42:11 +0000 (07:42 -0200)
include/linux/if_wanpipe_common.h

index a5cab08d69908d7acec95fde71811edbcf907e5a..28fefe071078fc102fa3265f1770688945605fc3 100644 (file)
@@ -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 *,