patch-2.3.14 linux/net/netrom/nr_loopback.c
Next file: linux/net/netrom/nr_route.c
Previous file: linux/net/netrom/nr_dev.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Wed Aug 18 11:38:49 1999
- Orig file:
v2.3.13/linux/net/netrom/nr_loopback.c
- Orig date:
Fri Oct 9 11:56:59 1998
diff -u --recursive --new-file v2.3.13/linux/net/netrom/nr_loopback.c linux/net/netrom/nr_loopback.c
@@ -75,7 +75,7 @@
{
struct sk_buff *skb;
ax25_address *nr_dest;
- struct device *dev;
+ struct net_device *dev;
if ((skb = skb_dequeue(&loopback_queue)) != NULL) {
nr_dest = (ax25_address *)(skb->data + 7);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)