Module Name:    src
Committed By:   njoly
Date:           Sun May  4 10:30:39 UTC 2014

Modified Files:
        src/sys/rump/kern/lib/libsys_linux: syscalls.master

Log Message:
Adjust pread/pwrite signature to match reality.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/rump/kern/lib/libsys_linux/syscalls.master

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/rump/kern/lib/libsys_linux/syscalls.master
diff -u src/sys/rump/kern/lib/libsys_linux/syscalls.master:1.14 src/sys/rump/kern/lib/libsys_linux/syscalls.master:1.15
--- src/sys/rump/kern/lib/libsys_linux/syscalls.master:1.14	Fri Apr  4 18:24:12 2014
+++ src/sys/rump/kern/lib/libsys_linux/syscalls.master	Sun May  4 10:30:39 2014
@@ -1,4 +1,4 @@
-	$NetBSD: syscalls.master,v 1.14 2014/04/04 18:24:12 njoly Exp $
+	$NetBSD: syscalls.master,v 1.15 2014/05/04 10:30:39 njoly Exp $
 
 ;	@(#)syscalls.master	8.2 (Berkeley) 1/13/94
 
@@ -256,9 +256,9 @@
 171	UNIMPL		1.0 shmsys
 172	UNIMPL
 173	NOARGS 	 	{ ssize_t|sys||pread(int fd, char *buf, \
-			    size_t nbyte, int PAD, linux_off_t offset); }
+			    size_t nbyte, int PAD, off_t offset); }
 174	NOARGS 	 	{ ssize_t|sys||pwrite(int fd, char *buf, \
-			    size_t nbyte, int PAD, linux_off_t offset); }
+			    size_t nbyte, int PAD, off_t offset); }
 175	UNIMPL		ntp_gettime
 176	UNIMPL		ntp_adjtime
 177	UNIMPL

Reply via email to