patch-2.1.56 linux/net/netlink.c

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

diff -u --recursive --new-file v2.1.55/linux/net/netlink.c linux/net/netlink.c
@@ -126,8 +126,7 @@
 	return err ? -EFAULT : count;
 }
 
-static loff_t netlink_lseek(struct inode * inode, struct file * file,
-			    loff_t offset, int origin)
+static long long netlink_lseek(struct file * file, long long offset, int origin)
 {
 	return -ESPIPE;
 }

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