--- sock.h~ Tue Feb 14 20:11:40 1995 +++ sock.h Tue Feb 14 20:58:04 1995 @@ -148,8 +148,10 @@ unsigned short ipx_type; #endif #ifdef CONFIG_AX25 +#if ( KERNEL_AX25 < 30 ) /* Really we want to add a per protocol private area */ ax25_address ax25_source_addr,ax25_dest_addr; + struct device * ax25_device; struct sk_buff *volatile ax25_retxq[8]; char ax25_state,ax25_vs,ax25_vr,ax25_lastrxnr,ax25_lasttxnr; char ax25_condition; @@ -161,6 +163,9 @@ unsigned char ax25_n2; unsigned short ax25_t1,ax25_t2,ax25_t3; ax25_digi *ax25_digipeat; +#else + struct ax25_cb ax25_cb; +#endif #endif #ifdef CONFIG_ATALK struct atalk_sock at;