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 Fix wrong gid types from previous.
details: https://anonhg.NetBSD.org/src/rev/8a62b30d5211
branches: trunk
changeset: 341223:8a62b30d5211
user: njoly <njoly%NetBSD.org@localhost>
date: Tue Oct 27 06:29:35 2015 +0000
description:
Fix wrong gid types from previous.
diffstat:
sys/compat/linux/arch/mips/syscalls.master | 4 ++--
sys/compat/linux/arch/powerpc/syscalls.master | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r 19c7a78decd9 -r 8a62b30d5211 sys/compat/linux/arch/mips/syscalls.master
--- a/sys/compat/linux/arch/mips/syscalls.master Mon Oct 26 23:09:49 2015 +0000
+++ b/sys/compat/linux/arch/mips/syscalls.master Tue Oct 27 06:29:35 2015 +0000
@@ -1,4 +1,4 @@
- $NetBSD: syscalls.master,v 1.58 2015/10/25 15:55:05 njoly Exp $
+ $NetBSD: syscalls.master,v 1.59 2015/10/27 06:29:35 njoly Exp $
; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
@@ -181,7 +181,7 @@
93 NOARGS { int|compat_43_sys||ftruncate(int fd, long length); }
94 NOARGS { int|sys||fchmod(int fd, linux_umode_t mode); }
95 NOARGS { int|sys||__posix_fchown(int fd, uid_t uid, \
- uid_t gid); }
+ gid_t gid); }
96 STD { int|linux_sys||getpriority(int which, int who); }
97 NOARGS { int|sys||setpriority(int which, int who, int prio); }
98 UNIMPL
diff -r 19c7a78decd9 -r 8a62b30d5211 sys/compat/linux/arch/powerpc/syscalls.master
--- a/sys/compat/linux/arch/powerpc/syscalls.master Mon Oct 26 23:09:49 2015 +0000
+++ b/sys/compat/linux/arch/powerpc/syscalls.master Tue Oct 27 06:29:35 2015 +0000
@@ -1,4 +1,4 @@
- $NetBSD: syscalls.master,v 1.67 2015/10/25 15:55:05 njoly Exp $
+ $NetBSD: syscalls.master,v 1.68 2015/10/27 06:29:35 njoly Exp $
; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
@@ -209,7 +209,7 @@
93 NOARGS { int|compat_43_sys||ftruncate(int fd, long length); }
94 NOARGS { int|sys||fchmod(int fd, linux_umode_t mode); }
95 NOARGS { int|sys||__posix_fchown(int fd, uid_t uid, \
- uid_t gid); }
+ gid_t gid); }
96 STD { int|linux_sys||getpriority(int which, int who); }
97 NOARGS { int|sys||setpriority(int which, int who, int prio); }
98 NOARGS { int|sys||profil(void *samples, u_int size, \
Home |
Main Index |
Thread Index |
Old Index