patch-2.1.44 linux/net/ipv4/raw.c

Next file: linux/net/ipv4/route.c
Previous file: linux/net/ipv4/Makefile
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.43/linux/net/ipv4/raw.c linux/net/ipv4/raw.c
@@ -388,7 +388,7 @@
 		err = memcpy_fromiovec(buf, msg->msg_iov, len);
 		if (!err)
 		{
-			unsigned short fs;
+			unsigned long fs;
 			fs=get_fs();
 			set_fs(get_ds());
 			err=raw_sendto(sk,buf,len, msg);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov