diff options
| author | Arnaldo Carvalho de Melo <acme@conectiva.com.br> | 2002-12-08 07:42:11 -0200 |
|---|---|---|
| committer | Arnaldo Carvalho de Melo <acme@conectiva.com.br> | 2002-12-08 07:42:11 -0200 |
| commit | af7eff0f566eece286ebe2effba1c793f01c74d2 (patch) | |
| tree | f3bec56d46c1ea64f6d1f273cc94456dd1d3b4eb | |
| parent | 454886a04e3f2db4e2de70387796b36d663ae105 (diff) | |
o if_wanpipe_common: test_bit and friends requires a long pointer
| -rw-r--r-- | include/linux/if_wanpipe_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 *, |
