patch-pre2.0.13 linux/net/core/skbuff.c
Next file: linux/net/ipv4/Config.in
Previous file: linux/net/core/dev.c
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Thu Jun 6 09:45:39 1996
- Orig file:
pre2.0.12/linux/net/core/skbuff.c
- Orig date:
Sat Jun 1 20:11:36 1996
diff -u --recursive --new-file pre2.0.12/linux/net/core/skbuff.c linux/net/core/skbuff.c
@@ -283,7 +283,6 @@
void __skb_queue_tail(struct sk_buff_head *list_, struct sk_buff *newsk)
{
- unsigned long flags;
struct sk_buff *list = (struct sk_buff *)list_;
if (newsk->next || newsk->prev)
@@ -308,7 +307,7 @@
struct sk_buff *skb_dequeue(struct sk_buff_head *list_)
{
- long flags;
+ unsigned long flags;
struct sk_buff *result;
struct sk_buff *list = (struct sk_buff *)list_;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this