patch-2.1.43 linux/net/ipv4/devinet.c
Next file: linux/net/ipv4/fib.c
Previous file: linux/net/ipv4/af_inet.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Thu Jun 12 16:22:11 1997
- Orig file:
v2.1.42/linux/net/ipv4/devinet.c
- Orig date:
Sun Jan 19 05:47:28 1997
diff -u --recursive --new-file v2.1.42/linux/net/ipv4/devinet.c linux/net/ipv4/devinet.c
@@ -81,7 +81,7 @@
* This checks bitmasks for the ioctl calls for devices.
*/
-static inline int bad_mask(unsigned long mask, unsigned long addr)
+static inline int bad_mask(__u32 mask, __u32 addr)
{
if (addr & (mask = ~mask))
return 1;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov