diff options
| author | njoly <njoly@NetBSD.org> | 2007-02-07 15:32:52 +0000 |
|---|---|---|
| committer | njoly <njoly@NetBSD.org> | 2007-02-07 15:32:52 +0000 |
| commit | 398ec1833aba8b397ccd2132a171ccbe79acacee (patch) | |
| tree | 035603e63b97141208100eedf535c4822143ab7b /sys/compat/linux32 | |
| parent | 79b63fa656fdebf557bb815cb7486e103c3d6306 (diff) | |
Use netbsd32_pollfdp_t instead of wrong `struct pollfd *'.
ok by manu.
Diffstat (limited to 'sys/compat/linux32')
| -rw-r--r-- | sys/compat/linux32/arch/amd64/syscalls.master | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/linux32/arch/amd64/syscalls.master b/sys/compat/linux32/arch/amd64/syscalls.master index 69082e428ac..e61653b37d4 100644 --- a/sys/compat/linux32/arch/amd64/syscalls.master +++ b/sys/compat/linux32/arch/amd64/syscalls.master @@ -1,4 +1,4 @@ - $NetBSD: syscalls.master,v 1.7 2006/09/13 19:55:49 manu Exp $ + $NetBSD: syscalls.master,v 1.8 2007/02/07 15:32:52 njoly Exp $ ; NetBSD i386 COMPAT_LINUX32 system call name/number "master" file. ; (See syscalls.conf to see what it is processed into.) @@ -279,7 +279,7 @@ 165 UNIMPL getresuid16 166 UNIMPL vm86 167 UNIMPL query_module -168 NOARGS poll { int netbsd32_poll(struct pollfd *fds, u_int nfds, \ +168 NOARGS poll { int netbsd32_poll(netbsd32_pollfdp_t fds, u_int nfds, \ int timeout); } 169 UNIMPL nfsservctl 170 NOARGS { int linux_sys_setresgid16(gid_t rgid, gid_t egid, \ |
