From 5942e595876eb5c1a98242b38f2b770adc1330d7 Mon Sep 17 00:00:00 2001 From: "David S. Miller" Date: Sun, 17 Mar 2002 04:03:52 -0800 Subject: Make wanpipe build again after struct sock cleanups. From Arnaldo Carvalho de Melo. --- include/linux/if_wanpipe.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/linux') diff --git a/include/linux/if_wanpipe.h b/include/linux/if_wanpipe.h index 544d818d9f73..c4cd29a162fe 100644 --- a/include/linux/if_wanpipe.h +++ b/include/linux/if_wanpipe.h @@ -122,6 +122,7 @@ struct wanpipe_opt unsigned poll_cnt; unsigned char force; /* Used to force sock release */ atomic_t packet_sent; + unsigned short num; }; #define wp_sk(__sk) ((struct wanpipe_opt *)(__sk)->protinfo) -- cgit v1.2.3