From 8f2b95f5fd01a97762a9389208c342924bd8d5d0 Mon Sep 17 00:00:00 2001 From: Arnaldo Carvalho de Melo Date: Sat, 23 Nov 2002 11:01:54 -0200 Subject: o hdlcdrv.c: set_bit and friends require a long --- include/linux/hdlcdrv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/linux/hdlcdrv.h b/include/linux/hdlcdrv.h index 99a5444daab2..bad91ec22db5 100644 --- a/include/linux/hdlcdrv.h +++ b/include/linux/hdlcdrv.h @@ -214,7 +214,7 @@ struct hdlcdrv_state { struct hdlcdrv_hdlctx { struct hdlcdrv_hdlcbuffer hbuf; - int in_hdlc_tx; + long in_hdlc_tx; /* * 0 = send flags * 1 = send txtail (flags) -- cgit v1.3