patch-2.1.31 linux/include/linux/skbuff.h
Next file: linux/include/linux/tty.h
Previous file: linux/include/linux/personality.h
Back to the patch index
Back to the overall index
- Lines: 26
- Date:
Wed Apr 2 17:51:58 1997
- Orig file:
v2.1.30/linux/include/linux/skbuff.h
- Orig date:
Thu Mar 27 14:40:11 1997
diff -u --recursive --new-file v2.1.30/linux/include/linux/skbuff.h linux/include/linux/skbuff.h
@@ -448,7 +448,7 @@
{
__label__ here;
panic(skb_put_errstr,&&here,len);
-here:
+here: ;
}
return tmp;
}
@@ -462,7 +462,7 @@
{
__label__ here;
panic(skb_push_errstr, &&here,len);
-here:
+here: ;
}
return skb->data;
}
@@ -538,7 +538,6 @@
#endif
-extern struct sk_buff * skb_realloc_headroom(struct sk_buff *skb, int newheadroom);
extern struct sk_buff * skb_recv_datagram(struct sock *sk,unsigned flags,int noblock, int *err);
extern unsigned int datagram_poll(struct socket *sock, poll_table *wait);
extern int skb_copy_datagram(struct sk_buff *from, int offset, char *to,int size);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov