patch-2.3.40 linux/net/socket.c
Next file: linux/net/sunrpc/svc.c
Previous file: linux/net/sched/sch_ingress.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Tue Jan 11 14:19:17 2000
- Orig file:
v2.3.39/linux/net/socket.c
- Orig date:
Tue Dec 7 09:32:52 1999
diff -u --recursive --new-file v2.3.39/linux/net/socket.c linux/net/socket.c
@@ -85,7 +85,7 @@
#include <linux/netfilter.h>
static int sock_no_open(struct inode *irrelevant, struct file *dontcare);
-static long long sock_lseek(struct file *file, long long offset, int whence);
+static loff_t sock_lseek(struct file *file, loff_t offset, int whence);
static ssize_t sock_read(struct file *file, char *buf,
size_t size, loff_t *ppos);
static ssize_t sock_write(struct file *file, const char *buf,
@@ -419,7 +419,7 @@
* Sockets are not seekable.
*/
-static long long sock_lseek(struct file *file,long long offset, int whence)
+static loff_t sock_lseek(struct file *file, loff_t offset, int whence)
{
return -ESPIPE;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)