patch-2.4.6 linux/net/802/hippi.c
Next file: linux/net/Makefile
Previous file: linux/mm/vmscan.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Wed Jun 20 21:00:55 2001
- Orig file:
v2.4.5/linux/net/802/hippi.c
- Orig date:
Wed Aug 18 11:38:48 1999
diff -u --recursive --new-file v2.4.5/linux/net/802/hippi.c linux/net/802/hippi.c
@@ -98,7 +98,7 @@
memcpy(&skb->private.ifield, daddr + 2, 4);
return HIPPI_HLEN;
}
- return -HIPPI_HLEN;
+ return -((int)HIPPI_HLEN);
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)