Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/compat/linux/arch/mips Change some ints to longs (for LP...



details:   https://anonhg.NetBSD.org/src/rev/9a3887776043
branches:  trunk
changeset: 762377:9a3887776043
user:      matt <matt%NetBSD.org@localhost>
date:      Sun Feb 20 08:09:46 2011 +0000

description:
Change some ints to longs (for LP64).

diffstat:

 sys/compat/linux/arch/mips/syscalls.master |  14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diffs (42 lines):

diff -r d3b1b65c602c -r 9a3887776043 sys/compat/linux/arch/mips/syscalls.master
--- a/sys/compat/linux/arch/mips/syscalls.master        Sun Feb 20 08:08:57 2011 +0000
+++ b/sys/compat/linux/arch/mips/syscalls.master        Sun Feb 20 08:09:46 2011 +0000
@@ -1,4 +1,4 @@
-       $NetBSD: syscalls.master,v 1.38 2010/07/07 01:30:34 chs Exp $  
+       $NetBSD: syscalls.master,v 1.39 2011/02/20 08:09:46 matt Exp $  
 
 ;      @(#)syscalls.master     8.1 (Berkeley) 7/19/93
 
@@ -88,8 +88,8 @@
 23     NOARGS          { int|sys||setuid(uid_t uid); }
 24     NOARGS          { uid_t|sys||getuid(void); }
 25     STD             { int|linux_sys||stime(linux_time_t *t); }
-26     STD             { int|linux_sys||ptrace(int request, int pid, \
-                         int addr, int data); }
+26     STD             { int|linux_sys||ptrace(long request, long pid, \
+                         long addr, long data); }
 27     STD             { int|linux_sys||alarm(unsigned int secs); }
 28     OBSOL           ofstat
 29     STD             { int|linux_sys||pause(void); }
@@ -210,8 +210,8 @@
                            int options, struct rusage50 *rusage); }
 115    STD             { int|linux_sys||swapoff(const char *path); }
 116    STD             { int|linux_sys||sysinfo(struct linux_sysinfo *arg); }
-117    STD             { int|linux_sys||ipc(int what, int a1, int a2, int a3, \
-                           void *ptr); }
+117    STD             { int|linux_sys||ipc(int what, long a1, long a2, \
+                           long a3, void *ptr); }
 118    NOARGS          { int|sys||fsync(int fd); }
 119    STD             { int|linux_sys||sigreturn(struct linux_sigframe *sf); }
 120    STD             { int|linux_sys||clone(int flags, void *stack, \
@@ -255,8 +255,8 @@
 147    STD             { int|linux_sys||cacheflush(void *addr, \
                            int bytes, int cache); }
 148    UNIMPL          cachectl
-149    STD             { int|linux_sys||sysmips(int cmd, int arg1, \
-                           int arg2, int arg3); }
+149    STD             { int|linux_sys||sysmips(long cmd, long arg1, \
+                           long arg2, long arg3); }
 150    UNIMPL
 151    NOARGS          { pid_t|sys||getsid(pid_t pid); }
 152    STD             { int|linux_sys||fdatasync(int fd); }



Home | Main Index | Thread Index | Old Index