Regen: Merge the nathanw_sa branch.
This commit is contained in:
parent
540ba7bda5
commit
84797271c2
@ -1,10 +1,10 @@
|
||||
/* $NetBSD: sunos32_syscall.h,v 1.10 2002/11/01 21:09:52 jdolecek Exp $ */
|
||||
/* $NetBSD: sunos32_syscall.h,v 1.11 2003/01/18 08:38:50 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call numbers.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from; NetBSD: syscalls.master,v 1.8 2002/04/29 09:53:42 mrg Exp
|
||||
* created from; NetBSD
|
||||
*/
|
||||
|
||||
/* syscall: "syscall" ret: "int" args: */
|
||||
|
@ -1,10 +1,10 @@
|
||||
/* $NetBSD: sunos32_syscallargs.h,v 1.9 2002/04/29 09:55:14 mrg Exp $ */
|
||||
/* $NetBSD: sunos32_syscallargs.h,v 1.10 2003/01/18 08:38:50 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call argument lists.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from; NetBSD: syscalls.master,v 1.8 2002/04/29 09:53:42 mrg Exp
|
||||
* created from; NetBSD
|
||||
*/
|
||||
|
||||
#ifndef _SUNOS32_SYS__SYSCALLARGS_H_
|
||||
@ -246,162 +246,162 @@ struct sunos32_sys_uname_args {
|
||||
* System call prototypes.
|
||||
*/
|
||||
|
||||
int sys_nosys(struct proc *, void *, register_t *);
|
||||
int netbsd32_exit(struct proc *, void *, register_t *);
|
||||
int sys_fork(struct proc *, void *, register_t *);
|
||||
int netbsd32_read(struct proc *, void *, register_t *);
|
||||
int netbsd32_write(struct proc *, void *, register_t *);
|
||||
int sunos32_sys_open(struct proc *, void *, register_t *);
|
||||
int netbsd32_close(struct proc *, void *, register_t *);
|
||||
int sunos32_sys_wait4(struct proc *, void *, register_t *);
|
||||
int sunos32_sys_creat(struct proc *, void *, register_t *);
|
||||
int netbsd32_link(struct proc *, void *, register_t *);
|
||||
int netbsd32_unlink(struct proc *, void *, register_t *);
|
||||
int sunos32_sys_execv(struct proc *, void *, register_t *);
|
||||
int netbsd32_chdir(struct proc *, void *, register_t *);
|
||||
int sunos32_sys_mknod(struct proc *, void *, register_t *);
|
||||
int netbsd32_chmod(struct proc *, void *, register_t *);
|
||||
int netbsd32_chown(struct proc *, void *, register_t *);
|
||||
int netbsd32_break(struct proc *, void *, register_t *);
|
||||
int compat_43_netbsd32_olseek(struct proc *, void *, register_t *);
|
||||
int sys_getpid_with_ppid(struct proc *, void *, register_t *);
|
||||
int netbsd32_setuid(struct proc *, void *, register_t *);
|
||||
int sys_getuid_with_euid(struct proc *, void *, register_t *);
|
||||
int sunos32_sys_stime(struct proc *, void *, register_t *);
|
||||
int sunos32_sys_ptrace(struct proc *, void *, register_t *);
|
||||
int sunos32_sys_access(struct proc *, void *, register_t *);
|
||||
int sys_sync(struct proc *, void *, register_t *);
|
||||
int netbsd32_kill(struct proc *, void *, register_t *);
|
||||
int sunos32_sys_stat(struct proc *, void *, register_t *);
|
||||
int sunos32_sys_lstat(struct proc *, void *, register_t *);
|
||||
int netbsd32_dup(struct proc *, void *, register_t *);
|
||||
int sys_pipe(struct proc *, void *, register_t *);
|
||||
int netbsd32_profil(struct proc *, void *, register_t *);
|
||||
int netbsd32_setgid(struct proc *, void *, register_t *);
|
||||
int sys_getgid_with_egid(struct proc *, void *, register_t *);
|
||||
int netbsd32_acct(struct proc *, void *, register_t *);
|
||||
int sunos32_sys_mctl(struct proc *, void *, register_t *);
|
||||
int sunos32_sys_ioctl(struct proc *, void *, register_t *);
|
||||
int sunos32_sys_reboot(struct proc *, void *, register_t *);
|
||||
int netbsd32_symlink(struct proc *, void *, register_t *);
|
||||
int netbsd32_readlink(struct proc *, void *, register_t *);
|
||||
int sunos32_sys_execve(struct proc *, void *, register_t *);
|
||||
int netbsd32_umask(struct proc *, void *, register_t *);
|
||||
int netbsd32_chroot(struct proc *, void *, register_t *);
|
||||
int compat_43_netbsd32_fstat43(struct proc *, void *, register_t *);
|
||||
int compat_43_sys_getpagesize(struct proc *, void *, register_t *);
|
||||
int sunos32_sys_omsync(struct proc *, void *, register_t *);
|
||||
int sys_vfork(struct proc *, void *, register_t *);
|
||||
int netbsd32_sbrk(struct proc *, void *, register_t *);
|
||||
int netbsd32_sstk(struct proc *, void *, register_t *);
|
||||
int sunos32_sys_mmap(struct proc *, void *, register_t *);
|
||||
int netbsd32_ovadvise(struct proc *, void *, register_t *);
|
||||
int netbsd32_munmap(struct proc *, void *, register_t *);
|
||||
int netbsd32_mprotect(struct proc *, void *, register_t *);
|
||||
int netbsd32_madvise(struct proc *, void *, register_t *);
|
||||
int sunos32_sys_vhangup(struct proc *, void *, register_t *);
|
||||
int netbsd32_mincore(struct proc *, void *, register_t *);
|
||||
int netbsd32_getgroups(struct proc *, void *, register_t *);
|
||||
int netbsd32_setgroups(struct proc *, void *, register_t *);
|
||||
int sys_getpgrp(struct proc *, void *, register_t *);
|
||||
int sunos32_sys_setpgrp(struct proc *, void *, register_t *);
|
||||
int netbsd32_setitimer(struct proc *, void *, register_t *);
|
||||
int compat_12_netbsd32_oswapon(struct proc *, void *, register_t *);
|
||||
int netbsd32_getitimer(struct proc *, void *, register_t *);
|
||||
int compat_43_netbsd32_ogethostname(struct proc *, void *, register_t *);
|
||||
int compat_43_netbsd32_osethostname(struct proc *, void *, register_t *);
|
||||
int compat_43_sys_getdtablesize(struct proc *, void *, register_t *);
|
||||
int netbsd32_dup2(struct proc *, void *, register_t *);
|
||||
int sunos32_sys_fcntl(struct proc *, void *, register_t *);
|
||||
int netbsd32_select(struct proc *, void *, register_t *);
|
||||
int netbsd32_fsync(struct proc *, void *, register_t *);
|
||||
int netbsd32_setpriority(struct proc *, void *, register_t *);
|
||||
int sunos32_sys_socket(struct proc *, void *, register_t *);
|
||||
int netbsd32_connect(struct proc *, void *, register_t *);
|
||||
int compat_43_netbsd32_oaccept(struct proc *, void *, register_t *);
|
||||
int netbsd32_getpriority(struct proc *, void *, register_t *);
|
||||
int compat_43_netbsd32_osend(struct proc *, void *, register_t *);
|
||||
int compat_43_netbsd32_orecv(struct proc *, void *, register_t *);
|
||||
int netbsd32_bind(struct proc *, void *, register_t *);
|
||||
int sunos32_sys_setsockopt(struct proc *, void *, register_t *);
|
||||
int netbsd32_listen(struct proc *, void *, register_t *);
|
||||
int sunos32_sys_sigvec(struct proc *, void *, register_t *);
|
||||
int compat_43_netbsd32_sigblock(struct proc *, void *, register_t *);
|
||||
int compat_43_netbsd32_sigsetmask(struct proc *, void *, register_t *);
|
||||
int sunos32_sys_sigsuspend(struct proc *, void *, register_t *);
|
||||
int compat_43_netbsd32_osigstack(struct proc *, void *, register_t *);
|
||||
int compat_43_netbsd32_orecvmsg(struct proc *, void *, register_t *);
|
||||
int compat_43_netbsd32_osendmsg(struct proc *, void *, register_t *);
|
||||
int netbsd32_gettimeofday(struct proc *, void *, register_t *);
|
||||
int netbsd32_getrusage(struct proc *, void *, register_t *);
|
||||
int netbsd32_getsockopt(struct proc *, void *, register_t *);
|
||||
int netbsd32_readv(struct proc *, void *, register_t *);
|
||||
int netbsd32_writev(struct proc *, void *, register_t *);
|
||||
int netbsd32_settimeofday(struct proc *, void *, register_t *);
|
||||
int netbsd32_fchown(struct proc *, void *, register_t *);
|
||||
int netbsd32_fchmod(struct proc *, void *, register_t *);
|
||||
int compat_43_netbsd32_orecvfrom(struct proc *, void *, register_t *);
|
||||
int netbsd32_setreuid(struct proc *, void *, register_t *);
|
||||
int netbsd32_setregid(struct proc *, void *, register_t *);
|
||||
int netbsd32_rename(struct proc *, void *, register_t *);
|
||||
int compat_43_netbsd32_otruncate(struct proc *, void *, register_t *);
|
||||
int compat_43_netbsd32_oftruncate(struct proc *, void *, register_t *);
|
||||
int netbsd32_flock(struct proc *, void *, register_t *);
|
||||
int netbsd32_sendto(struct proc *, void *, register_t *);
|
||||
int netbsd32_shutdown(struct proc *, void *, register_t *);
|
||||
int sunos32_sys_socketpair(struct proc *, void *, register_t *);
|
||||
int netbsd32_mkdir(struct proc *, void *, register_t *);
|
||||
int netbsd32_rmdir(struct proc *, void *, register_t *);
|
||||
int netbsd32_utimes(struct proc *, void *, register_t *);
|
||||
int sunos32_sys_sigreturn(struct proc *, void *, register_t *);
|
||||
int netbsd32_adjtime(struct proc *, void *, register_t *);
|
||||
int compat_43_netbsd32_ogetpeername(struct proc *, void *, register_t *);
|
||||
int compat_43_sys_gethostid(struct proc *, void *, register_t *);
|
||||
int sunos32_sys_getrlimit(struct proc *, void *, register_t *);
|
||||
int sunos32_sys_setrlimit(struct proc *, void *, register_t *);
|
||||
int compat_43_netbsd32_killpg(struct proc *, void *, register_t *);
|
||||
int compat_43_netbsd32_ogetsockname(struct proc *, void *, register_t *);
|
||||
int netbsd32_poll(struct proc *, void *, register_t *);
|
||||
int sys_nosys(struct lwp *, void *, register_t *);
|
||||
int netbsd32_exit(struct lwp *, void *, register_t *);
|
||||
int sys_fork(struct lwp *, void *, register_t *);
|
||||
int netbsd32_read(struct lwp *, void *, register_t *);
|
||||
int netbsd32_write(struct lwp *, void *, register_t *);
|
||||
int sunos32_sys_open(struct lwp *, void *, register_t *);
|
||||
int netbsd32_close(struct lwp *, void *, register_t *);
|
||||
int sunos32_sys_wait4(struct lwp *, void *, register_t *);
|
||||
int sunos32_sys_creat(struct lwp *, void *, register_t *);
|
||||
int netbsd32_link(struct lwp *, void *, register_t *);
|
||||
int netbsd32_unlink(struct lwp *, void *, register_t *);
|
||||
int sunos32_sys_execv(struct lwp *, void *, register_t *);
|
||||
int netbsd32_chdir(struct lwp *, void *, register_t *);
|
||||
int sunos32_sys_mknod(struct lwp *, void *, register_t *);
|
||||
int netbsd32_chmod(struct lwp *, void *, register_t *);
|
||||
int netbsd32_chown(struct lwp *, void *, register_t *);
|
||||
int netbsd32_break(struct lwp *, void *, register_t *);
|
||||
int compat_43_netbsd32_olseek(struct lwp *, void *, register_t *);
|
||||
int sys_getpid_with_ppid(struct lwp *, void *, register_t *);
|
||||
int netbsd32_setuid(struct lwp *, void *, register_t *);
|
||||
int sys_getuid_with_euid(struct lwp *, void *, register_t *);
|
||||
int sunos32_sys_stime(struct lwp *, void *, register_t *);
|
||||
int sunos32_sys_ptrace(struct lwp *, void *, register_t *);
|
||||
int sunos32_sys_access(struct lwp *, void *, register_t *);
|
||||
int sys_sync(struct lwp *, void *, register_t *);
|
||||
int netbsd32_kill(struct lwp *, void *, register_t *);
|
||||
int sunos32_sys_stat(struct lwp *, void *, register_t *);
|
||||
int sunos32_sys_lstat(struct lwp *, void *, register_t *);
|
||||
int netbsd32_dup(struct lwp *, void *, register_t *);
|
||||
int sys_pipe(struct lwp *, void *, register_t *);
|
||||
int netbsd32_profil(struct lwp *, void *, register_t *);
|
||||
int netbsd32_setgid(struct lwp *, void *, register_t *);
|
||||
int sys_getgid_with_egid(struct lwp *, void *, register_t *);
|
||||
int netbsd32_acct(struct lwp *, void *, register_t *);
|
||||
int sunos32_sys_mctl(struct lwp *, void *, register_t *);
|
||||
int sunos32_sys_ioctl(struct lwp *, void *, register_t *);
|
||||
int sunos32_sys_reboot(struct lwp *, void *, register_t *);
|
||||
int netbsd32_symlink(struct lwp *, void *, register_t *);
|
||||
int netbsd32_readlink(struct lwp *, void *, register_t *);
|
||||
int sunos32_sys_execve(struct lwp *, void *, register_t *);
|
||||
int netbsd32_umask(struct lwp *, void *, register_t *);
|
||||
int netbsd32_chroot(struct lwp *, void *, register_t *);
|
||||
int compat_43_netbsd32_fstat43(struct lwp *, void *, register_t *);
|
||||
int compat_43_sys_getpagesize(struct lwp *, void *, register_t *);
|
||||
int sunos32_sys_omsync(struct lwp *, void *, register_t *);
|
||||
int sys_vfork(struct lwp *, void *, register_t *);
|
||||
int netbsd32_sbrk(struct lwp *, void *, register_t *);
|
||||
int netbsd32_sstk(struct lwp *, void *, register_t *);
|
||||
int sunos32_sys_mmap(struct lwp *, void *, register_t *);
|
||||
int netbsd32_ovadvise(struct lwp *, void *, register_t *);
|
||||
int netbsd32_munmap(struct lwp *, void *, register_t *);
|
||||
int netbsd32_mprotect(struct lwp *, void *, register_t *);
|
||||
int netbsd32_madvise(struct lwp *, void *, register_t *);
|
||||
int sunos32_sys_vhangup(struct lwp *, void *, register_t *);
|
||||
int netbsd32_mincore(struct lwp *, void *, register_t *);
|
||||
int netbsd32_getgroups(struct lwp *, void *, register_t *);
|
||||
int netbsd32_setgroups(struct lwp *, void *, register_t *);
|
||||
int sys_getpgrp(struct lwp *, void *, register_t *);
|
||||
int sunos32_sys_setpgrp(struct lwp *, void *, register_t *);
|
||||
int netbsd32_setitimer(struct lwp *, void *, register_t *);
|
||||
int compat_12_netbsd32_oswapon(struct lwp *, void *, register_t *);
|
||||
int netbsd32_getitimer(struct lwp *, void *, register_t *);
|
||||
int compat_43_netbsd32_ogethostname(struct lwp *, void *, register_t *);
|
||||
int compat_43_netbsd32_osethostname(struct lwp *, void *, register_t *);
|
||||
int compat_43_sys_getdtablesize(struct lwp *, void *, register_t *);
|
||||
int netbsd32_dup2(struct lwp *, void *, register_t *);
|
||||
int sunos32_sys_fcntl(struct lwp *, void *, register_t *);
|
||||
int netbsd32_select(struct lwp *, void *, register_t *);
|
||||
int netbsd32_fsync(struct lwp *, void *, register_t *);
|
||||
int netbsd32_setpriority(struct lwp *, void *, register_t *);
|
||||
int sunos32_sys_socket(struct lwp *, void *, register_t *);
|
||||
int netbsd32_connect(struct lwp *, void *, register_t *);
|
||||
int compat_43_netbsd32_oaccept(struct lwp *, void *, register_t *);
|
||||
int netbsd32_getpriority(struct lwp *, void *, register_t *);
|
||||
int compat_43_netbsd32_osend(struct lwp *, void *, register_t *);
|
||||
int compat_43_netbsd32_orecv(struct lwp *, void *, register_t *);
|
||||
int netbsd32_bind(struct lwp *, void *, register_t *);
|
||||
int sunos32_sys_setsockopt(struct lwp *, void *, register_t *);
|
||||
int netbsd32_listen(struct lwp *, void *, register_t *);
|
||||
int sunos32_sys_sigvec(struct lwp *, void *, register_t *);
|
||||
int compat_43_netbsd32_sigblock(struct lwp *, void *, register_t *);
|
||||
int compat_43_netbsd32_sigsetmask(struct lwp *, void *, register_t *);
|
||||
int sunos32_sys_sigsuspend(struct lwp *, void *, register_t *);
|
||||
int compat_43_netbsd32_osigstack(struct lwp *, void *, register_t *);
|
||||
int compat_43_netbsd32_orecvmsg(struct lwp *, void *, register_t *);
|
||||
int compat_43_netbsd32_osendmsg(struct lwp *, void *, register_t *);
|
||||
int netbsd32_gettimeofday(struct lwp *, void *, register_t *);
|
||||
int netbsd32_getrusage(struct lwp *, void *, register_t *);
|
||||
int netbsd32_getsockopt(struct lwp *, void *, register_t *);
|
||||
int netbsd32_readv(struct lwp *, void *, register_t *);
|
||||
int netbsd32_writev(struct lwp *, void *, register_t *);
|
||||
int netbsd32_settimeofday(struct lwp *, void *, register_t *);
|
||||
int netbsd32_fchown(struct lwp *, void *, register_t *);
|
||||
int netbsd32_fchmod(struct lwp *, void *, register_t *);
|
||||
int compat_43_netbsd32_orecvfrom(struct lwp *, void *, register_t *);
|
||||
int netbsd32_setreuid(struct lwp *, void *, register_t *);
|
||||
int netbsd32_setregid(struct lwp *, void *, register_t *);
|
||||
int netbsd32_rename(struct lwp *, void *, register_t *);
|
||||
int compat_43_netbsd32_otruncate(struct lwp *, void *, register_t *);
|
||||
int compat_43_netbsd32_oftruncate(struct lwp *, void *, register_t *);
|
||||
int netbsd32_flock(struct lwp *, void *, register_t *);
|
||||
int netbsd32_sendto(struct lwp *, void *, register_t *);
|
||||
int netbsd32_shutdown(struct lwp *, void *, register_t *);
|
||||
int sunos32_sys_socketpair(struct lwp *, void *, register_t *);
|
||||
int netbsd32_mkdir(struct lwp *, void *, register_t *);
|
||||
int netbsd32_rmdir(struct lwp *, void *, register_t *);
|
||||
int netbsd32_utimes(struct lwp *, void *, register_t *);
|
||||
int sunos32_sys_sigreturn(struct lwp *, void *, register_t *);
|
||||
int netbsd32_adjtime(struct lwp *, void *, register_t *);
|
||||
int compat_43_netbsd32_ogetpeername(struct lwp *, void *, register_t *);
|
||||
int compat_43_sys_gethostid(struct lwp *, void *, register_t *);
|
||||
int sunos32_sys_getrlimit(struct lwp *, void *, register_t *);
|
||||
int sunos32_sys_setrlimit(struct lwp *, void *, register_t *);
|
||||
int compat_43_netbsd32_killpg(struct lwp *, void *, register_t *);
|
||||
int compat_43_netbsd32_ogetsockname(struct lwp *, void *, register_t *);
|
||||
int netbsd32_poll(struct lwp *, void *, register_t *);
|
||||
#ifdef NFSSERVER
|
||||
int sunos32_sys_nfssvc(struct proc *, void *, register_t *);
|
||||
int sunos32_sys_nfssvc(struct lwp *, void *, register_t *);
|
||||
#else
|
||||
#endif
|
||||
int compat_43_netbsd32_ogetdirentries(struct proc *, void *, register_t *);
|
||||
int sunos32_sys_statfs(struct proc *, void *, register_t *);
|
||||
int sunos32_sys_fstatfs(struct proc *, void *, register_t *);
|
||||
int sunos32_sys_unmount(struct proc *, void *, register_t *);
|
||||
int compat_43_netbsd32_ogetdirentries(struct lwp *, void *, register_t *);
|
||||
int sunos32_sys_statfs(struct lwp *, void *, register_t *);
|
||||
int sunos32_sys_fstatfs(struct lwp *, void *, register_t *);
|
||||
int sunos32_sys_unmount(struct lwp *, void *, register_t *);
|
||||
#ifdef NFS
|
||||
int async_daemon(struct proc *, void *, register_t *);
|
||||
int sys_getfh(struct proc *, void *, register_t *);
|
||||
int async_daemon(struct lwp *, void *, register_t *);
|
||||
int sys_getfh(struct lwp *, void *, register_t *);
|
||||
#else
|
||||
#endif
|
||||
int compat_09_netbsd32_ogetdomainname(struct proc *, void *, register_t *);
|
||||
int compat_09_netbsd32_osetdomainname(struct proc *, void *, register_t *);
|
||||
int sunos32_sys_quotactl(struct proc *, void *, register_t *);
|
||||
int sunos32_sys_exportfs(struct proc *, void *, register_t *);
|
||||
int sunos32_sys_mount(struct proc *, void *, register_t *);
|
||||
int sunos32_sys_ustat(struct proc *, void *, register_t *);
|
||||
int compat_09_netbsd32_ogetdomainname(struct lwp *, void *, register_t *);
|
||||
int compat_09_netbsd32_osetdomainname(struct lwp *, void *, register_t *);
|
||||
int sunos32_sys_quotactl(struct lwp *, void *, register_t *);
|
||||
int sunos32_sys_exportfs(struct lwp *, void *, register_t *);
|
||||
int sunos32_sys_mount(struct lwp *, void *, register_t *);
|
||||
int sunos32_sys_ustat(struct lwp *, void *, register_t *);
|
||||
#ifdef SYSVSEM
|
||||
int compat_10_netbsd32_sys_semsys(struct proc *, void *, register_t *);
|
||||
int compat_10_netbsd32_sys_semsys(struct lwp *, void *, register_t *);
|
||||
#else
|
||||
#endif
|
||||
#ifdef SYSVMSG
|
||||
int compat_10_netbsd32_sys_msgsys(struct proc *, void *, register_t *);
|
||||
int compat_10_netbsd32_sys_msgsys(struct lwp *, void *, register_t *);
|
||||
#else
|
||||
#endif
|
||||
#ifdef SYSVSHM
|
||||
int compat_10_netbsd32_sys_shmsys(struct proc *, void *, register_t *);
|
||||
int compat_10_netbsd32_sys_shmsys(struct lwp *, void *, register_t *);
|
||||
#else
|
||||
#endif
|
||||
int sunos32_sys_auditsys(struct proc *, void *, register_t *);
|
||||
int sunos32_sys_getdents(struct proc *, void *, register_t *);
|
||||
int sys_setsid(struct proc *, void *, register_t *);
|
||||
int netbsd32_fchdir(struct proc *, void *, register_t *);
|
||||
int netbsd32_fchroot(struct proc *, void *, register_t *);
|
||||
int sunos32_sys_sigpending(struct proc *, void *, register_t *);
|
||||
int netbsd32_setpgid(struct proc *, void *, register_t *);
|
||||
int netbsd32_pathconf(struct proc *, void *, register_t *);
|
||||
int netbsd32_fpathconf(struct proc *, void *, register_t *);
|
||||
int sunos32_sys_sysconf(struct proc *, void *, register_t *);
|
||||
int sunos32_sys_uname(struct proc *, void *, register_t *);
|
||||
int sunos32_sys_auditsys(struct lwp *, void *, register_t *);
|
||||
int sunos32_sys_getdents(struct lwp *, void *, register_t *);
|
||||
int sys_setsid(struct lwp *, void *, register_t *);
|
||||
int netbsd32_fchdir(struct lwp *, void *, register_t *);
|
||||
int netbsd32_fchroot(struct lwp *, void *, register_t *);
|
||||
int sunos32_sys_sigpending(struct lwp *, void *, register_t *);
|
||||
int netbsd32_setpgid(struct lwp *, void *, register_t *);
|
||||
int netbsd32_pathconf(struct lwp *, void *, register_t *);
|
||||
int netbsd32_fpathconf(struct lwp *, void *, register_t *);
|
||||
int sunos32_sys_sysconf(struct lwp *, void *, register_t *);
|
||||
int sunos32_sys_uname(struct lwp *, void *, register_t *);
|
||||
#endif /* _SUNOS32_SYS__SYSCALLARGS_H_ */
|
||||
|
@ -1,14 +1,14 @@
|
||||
/* $NetBSD: sunos32_syscalls.c,v 1.9 2002/04/29 09:55:15 mrg Exp $ */
|
||||
/* $NetBSD: sunos32_syscalls.c,v 1.10 2003/01/18 08:38:50 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call names.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from; NetBSD: syscalls.master,v 1.8 2002/04/29 09:53:42 mrg Exp
|
||||
* created from; NetBSD
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: sunos32_syscalls.c,v 1.9 2002/04/29 09:55:15 mrg Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: sunos32_syscalls.c,v 1.10 2003/01/18 08:38:50 thorpej Exp $");
|
||||
|
||||
#if defined(_KERNEL_OPT)
|
||||
#if defined(_KERNEL_OPT)
|
||||
@ -21,6 +21,7 @@ __KERNEL_RCSID(0, "$NetBSD: sunos32_syscalls.c,v 1.9 2002/04/29 09:55:15 mrg Exp
|
||||
#include <sys/signal.h>
|
||||
#include <sys/mount.h>
|
||||
#include <sys/poll.h>
|
||||
#include <sys/sa.h>
|
||||
#include <sys/syscallargs.h>
|
||||
#include <compat/sunos/sunos.h>
|
||||
#include <compat/sunos/sunos_syscallargs.h>
|
||||
|
@ -1,14 +1,14 @@
|
||||
/* $NetBSD: sunos32_sysent.c,v 1.10 2002/11/01 21:09:52 jdolecek Exp $ */
|
||||
/* $NetBSD: sunos32_sysent.c,v 1.11 2003/01/18 08:38:50 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call switch table.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from; NetBSD: syscalls.master,v 1.8 2002/04/29 09:53:42 mrg Exp
|
||||
* created from; NetBSD
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: sunos32_sysent.c,v 1.10 2002/11/01 21:09:52 jdolecek Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: sunos32_sysent.c,v 1.11 2003/01/18 08:38:50 thorpej Exp $");
|
||||
|
||||
#if defined(_KERNEL_OPT)
|
||||
#include "opt_nfsserver.h"
|
||||
@ -20,6 +20,7 @@ __KERNEL_RCSID(0, "$NetBSD: sunos32_sysent.c,v 1.10 2002/11/01 21:09:52 jdolecek
|
||||
#include <sys/signal.h>
|
||||
#include <sys/mount.h>
|
||||
#include <sys/poll.h>
|
||||
#include <sys/sa.h>
|
||||
#include <sys/syscallargs.h>
|
||||
#include <compat/sunos/sunos.h>
|
||||
#include <compat/sunos/sunos_syscallargs.h>
|
||||
|
Loading…
Reference in New Issue
Block a user