diff options
| author | thorpej <thorpej@NetBSD.org> | 2003-01-18 08:07:52 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 2003-01-18 08:07:52 +0000 |
| commit | 9653eab0621f5cf9de33f489e08c0aa5bb67cec0 (patch) | |
| tree | 4cba050c36f4430615d3670b5424f790c7afc02d /sys/compat/linux | |
| parent | 3d60b73d4ffa5c23001fec86bbfe18aa9f7ec35a (diff) | |
Regen: Merge the nathanw_sa branch.
Diffstat (limited to 'sys/compat/linux')
| -rw-r--r-- | sys/compat/linux/arch/powerpc/linux_syscall.h | 4 | ||||
| -rw-r--r-- | sys/compat/linux/arch/powerpc/linux_syscallargs.h | 322 | ||||
| -rw-r--r-- | sys/compat/linux/arch/powerpc/linux_syscalls.c | 7 | ||||
| -rw-r--r-- | sys/compat/linux/arch/powerpc/linux_sysent.c | 7 |
4 files changed, 171 insertions, 169 deletions
diff --git a/sys/compat/linux/arch/powerpc/linux_syscall.h b/sys/compat/linux/arch/powerpc/linux_syscall.h index 628853ed11f..934410a028a 100644 --- a/sys/compat/linux/arch/powerpc/linux_syscall.h +++ b/sys/compat/linux/arch/powerpc/linux_syscall.h @@ -1,10 +1,10 @@ -/* $NetBSD: linux_syscall.h,v 1.18 2002/11/01 20:25:34 jdolecek Exp $ */ +/* $NetBSD: linux_syscall.h,v 1.19 2003/01/18 08:07:52 thorpej Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.13 2002/05/19 17:55:42 jdolecek Exp + * created from NetBSD */ /* syscall: "syscall" ret: "int" args: */ diff --git a/sys/compat/linux/arch/powerpc/linux_syscallargs.h b/sys/compat/linux/arch/powerpc/linux_syscallargs.h index 2bede6fd0da..0287ec90a85 100644 --- a/sys/compat/linux/arch/powerpc/linux_syscallargs.h +++ b/sys/compat/linux/arch/powerpc/linux_syscallargs.h @@ -1,10 +1,10 @@ -/* $NetBSD: linux_syscallargs.h,v 1.17 2002/05/19 17:56:34 jdolecek Exp $ */ +/* $NetBSD: linux_syscallargs.h,v 1.18 2003/01/18 08:07:52 thorpej Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.13 2002/05/19 17:55:42 jdolecek Exp + * created from NetBSD */ #ifndef _LINUX_SYS__SYSCALLARGS_H_ @@ -550,163 +550,163 @@ struct linux_sys_fcntl64_args { * System call prototypes. */ -int linux_sys_nosys(struct proc *, void *, register_t *); -int sys_exit(struct proc *, void *, register_t *); -int sys_fork(struct proc *, void *, register_t *); -int sys_read(struct proc *, void *, register_t *); -int sys_write(struct proc *, void *, register_t *); -int linux_sys_open(struct proc *, void *, register_t *); -int sys_close(struct proc *, void *, register_t *); -int linux_sys_waitpid(struct proc *, void *, register_t *); -int linux_sys_creat(struct proc *, void *, register_t *); -int linux_sys_link(struct proc *, void *, register_t *); -int linux_sys_unlink(struct proc *, void *, register_t *); -int linux_sys_execve(struct proc *, void *, register_t *); -int linux_sys_chdir(struct proc *, void *, register_t *); -int linux_sys_time(struct proc *, void *, register_t *); -int linux_sys_mknod(struct proc *, void *, register_t *); -int linux_sys_chmod(struct proc *, void *, register_t *); -int linux_sys_lchown(struct proc *, void *, register_t *); -int compat_43_sys_lseek(struct proc *, void *, register_t *); -int sys_getpid(struct proc *, void *, register_t *); -int sys_setuid(struct proc *, void *, register_t *); -int sys_getuid(struct proc *, void *, register_t *); -int linux_sys_stime(struct proc *, void *, register_t *); -int linux_sys_ptrace(struct proc *, void *, register_t *); -int linux_sys_alarm(struct proc *, void *, register_t *); -int linux_sys_pause(struct proc *, void *, register_t *); -int linux_sys_utime(struct proc *, void *, register_t *); -int linux_sys_access(struct proc *, void *, register_t *); -int linux_sys_nice(struct proc *, void *, register_t *); -int sys_sync(struct proc *, void *, register_t *); -int linux_sys_kill(struct proc *, void *, register_t *); -int linux_sys_rename(struct proc *, void *, register_t *); -int linux_sys_mkdir(struct proc *, void *, register_t *); -int linux_sys_rmdir(struct proc *, void *, register_t *); -int sys_dup(struct proc *, void *, register_t *); -int linux_sys_pipe(struct proc *, void *, register_t *); -int linux_sys_times(struct proc *, void *, register_t *); -int linux_sys_brk(struct proc *, void *, register_t *); -int sys_setgid(struct proc *, void *, register_t *); -int sys_getgid(struct proc *, void *, register_t *); -int linux_sys_signal(struct proc *, void *, register_t *); -int sys_geteuid(struct proc *, void *, register_t *); -int sys_getegid(struct proc *, void *, register_t *); -int sys_acct(struct proc *, void *, register_t *); -int linux_sys_ioctl(struct proc *, void *, register_t *); -int linux_sys_fcntl(struct proc *, void *, register_t *); -int sys_setpgid(struct proc *, void *, register_t *); -int linux_sys_olduname(struct proc *, void *, register_t *); -int sys_umask(struct proc *, void *, register_t *); -int sys_chroot(struct proc *, void *, register_t *); -int sys_dup2(struct proc *, void *, register_t *); -int sys_getppid(struct proc *, void *, register_t *); -int sys_getpgrp(struct proc *, void *, register_t *); -int sys_setsid(struct proc *, void *, register_t *); -int linux_sys_sigaction(struct proc *, void *, register_t *); -int linux_sys_siggetmask(struct proc *, void *, register_t *); -int linux_sys_sigsetmask(struct proc *, void *, register_t *); -int sys_setreuid(struct proc *, void *, register_t *); -int sys_setregid(struct proc *, void *, register_t *); -int linux_sys_sigsuspend(struct proc *, void *, register_t *); -int linux_sys_sigpending(struct proc *, void *, register_t *); -int compat_43_sys_sethostname(struct proc *, void *, register_t *); -int linux_sys_setrlimit(struct proc *, void *, register_t *); -int linux_sys_getrlimit(struct proc *, void *, register_t *); -int sys_getrusage(struct proc *, void *, register_t *); -int linux_sys_gettimeofday(struct proc *, void *, register_t *); -int linux_sys_settimeofday(struct proc *, void *, register_t *); -int sys_getgroups(struct proc *, void *, register_t *); -int sys_setgroups(struct proc *, void *, register_t *); -int linux_sys_select(struct proc *, void *, register_t *); -int linux_sys_symlink(struct proc *, void *, register_t *); -int compat_43_sys_lstat(struct proc *, void *, register_t *); -int linux_sys_readlink(struct proc *, void *, register_t *); -int linux_sys_uselib(struct proc *, void *, register_t *); -int linux_sys_swapon(struct proc *, void *, register_t *); -int linux_sys_reboot(struct proc *, void *, register_t *); -int linux_sys_readdir(struct proc *, void *, register_t *); -int linux_sys_mmap(struct proc *, void *, register_t *); -int sys_munmap(struct proc *, void *, register_t *); -int linux_sys_truncate(struct proc *, void *, register_t *); -int compat_43_sys_ftruncate(struct proc *, void *, register_t *); -int sys_fchmod(struct proc *, void *, register_t *); -int sys___posix_fchown(struct proc *, void *, register_t *); -int sys_getpriority(struct proc *, void *, register_t *); -int sys_setpriority(struct proc *, void *, register_t *); -int sys_profil(struct proc *, void *, register_t *); -int linux_sys_statfs(struct proc *, void *, register_t *); -int linux_sys_fstatfs(struct proc *, void *, register_t *); -int linux_sys_ioperm(struct proc *, void *, register_t *); -int linux_sys_socketcall(struct proc *, void *, register_t *); -int sys_setitimer(struct proc *, void *, register_t *); -int sys_getitimer(struct proc *, void *, register_t *); -int linux_sys_stat(struct proc *, void *, register_t *); -int linux_sys_lstat(struct proc *, void *, register_t *); -int linux_sys_fstat(struct proc *, void *, register_t *); -int linux_sys_uname(struct proc *, void *, register_t *); -int linux_sys_wait4(struct proc *, void *, register_t *); -int linux_sys_swapoff(struct proc *, void *, register_t *); -int linux_sys_sysinfo(struct proc *, void *, register_t *); -int linux_sys_ipc(struct proc *, void *, register_t *); -int sys_fsync(struct proc *, void *, register_t *); -int linux_sys_sigreturn(struct proc *, void *, register_t *); -int linux_sys_clone(struct proc *, void *, register_t *); -int linux_sys_setdomainname(struct proc *, void *, register_t *); -int linux_sys_new_uname(struct proc *, void *, register_t *); -int linux_sys_mprotect(struct proc *, void *, register_t *); -int linux_sys_sigprocmask(struct proc *, void *, register_t *); -int linux_sys_getpgid(struct proc *, void *, register_t *); -int sys_fchdir(struct proc *, void *, register_t *); -int linux_sys_personality(struct proc *, void *, register_t *); -int linux_sys_setfsuid(struct proc *, void *, register_t *); -int linux_sys_getfsuid(struct proc *, void *, register_t *); -int linux_sys_llseek(struct proc *, void *, register_t *); -int linux_sys_getdents(struct proc *, void *, register_t *); -int linux_sys_new_select(struct proc *, void *, register_t *); -int sys_flock(struct proc *, void *, register_t *); -int linux_sys_msync(struct proc *, void *, register_t *); -int sys_readv(struct proc *, void *, register_t *); -int sys_writev(struct proc *, void *, register_t *); -int sys_getsid(struct proc *, void *, register_t *); -int linux_sys_fdatasync(struct proc *, void *, register_t *); -int linux_sys___sysctl(struct proc *, void *, register_t *); -int sys_mlock(struct proc *, void *, register_t *); -int sys_munlock(struct proc *, void *, register_t *); -int sys_mlockall(struct proc *, void *, register_t *); -int sys_munlockall(struct proc *, void *, register_t *); -int linux_sys_sched_setparam(struct proc *, void *, register_t *); -int linux_sys_sched_getparam(struct proc *, void *, register_t *); -int linux_sys_sched_setscheduler(struct proc *, void *, register_t *); -int linux_sys_sched_getscheduler(struct proc *, void *, register_t *); -int linux_sys_sched_yield(struct proc *, void *, register_t *); -int linux_sys_sched_get_priority_max(struct proc *, void *, register_t *); -int linux_sys_sched_get_priority_min(struct proc *, void *, register_t *); -int sys_nanosleep(struct proc *, void *, register_t *); -int linux_sys_mremap(struct proc *, void *, register_t *); -int linux_sys_setresuid(struct proc *, void *, register_t *); -int linux_sys_getresuid(struct proc *, void *, register_t *); -int sys_poll(struct proc *, void *, register_t *); -int linux_sys_setresgid(struct proc *, void *, register_t *); -int linux_sys_getresgid(struct proc *, void *, register_t *); -int linux_sys_rt_sigreturn(struct proc *, void *, register_t *); -int linux_sys_rt_sigaction(struct proc *, void *, register_t *); -int linux_sys_rt_sigprocmask(struct proc *, void *, register_t *); -int linux_sys_rt_sigpending(struct proc *, void *, register_t *); -int linux_sys_rt_queueinfo(struct proc *, void *, register_t *); -int linux_sys_rt_sigsuspend(struct proc *, void *, register_t *); -int linux_sys_pread(struct proc *, void *, register_t *); -int linux_sys_pwrite(struct proc *, void *, register_t *); -int linux_sys_chown(struct proc *, void *, register_t *); -int sys___getcwd(struct proc *, void *, register_t *); -int linux_sys_sigaltstack(struct proc *, void *, register_t *); -int sys___vfork14(struct proc *, void *, register_t *); -int linux_sys_ugetrlimit(struct proc *, void *, register_t *); -int linux_sys_truncate64(struct proc *, void *, register_t *); -int sys_ftruncate(struct proc *, void *, register_t *); -int linux_sys_stat64(struct proc *, void *, register_t *); -int linux_sys_lstat64(struct proc *, void *, register_t *); -int linux_sys_fstat64(struct proc *, void *, register_t *); -int linux_sys_getdents64(struct proc *, void *, register_t *); -int linux_sys_fcntl64(struct proc *, void *, register_t *); +int linux_sys_nosys(struct lwp *, void *, register_t *); +int sys_exit(struct lwp *, void *, register_t *); +int sys_fork(struct lwp *, void *, register_t *); +int sys_read(struct lwp *, void *, register_t *); +int sys_write(struct lwp *, void *, register_t *); +int linux_sys_open(struct lwp *, void *, register_t *); +int sys_close(struct lwp *, void *, register_t *); +int linux_sys_waitpid(struct lwp *, void *, register_t *); +int linux_sys_creat(struct lwp *, void *, register_t *); +int linux_sys_link(struct lwp *, void *, register_t *); +int linux_sys_unlink(struct lwp *, void *, register_t *); +int linux_sys_execve(struct lwp *, void *, register_t *); +int linux_sys_chdir(struct lwp *, void *, register_t *); +int linux_sys_time(struct lwp *, void *, register_t *); +int linux_sys_mknod(struct lwp *, void *, register_t *); +int linux_sys_chmod(struct lwp *, void *, register_t *); +int linux_sys_lchown(struct lwp *, void *, register_t *); +int compat_43_sys_lseek(struct lwp *, void *, register_t *); +int sys_getpid(struct lwp *, void *, register_t *); +int sys_setuid(struct lwp *, void *, register_t *); +int sys_getuid(struct lwp *, void *, register_t *); +int linux_sys_stime(struct lwp *, void *, register_t *); +int linux_sys_ptrace(struct lwp *, void *, register_t *); +int linux_sys_alarm(struct lwp *, void *, register_t *); +int linux_sys_pause(struct lwp *, void *, register_t *); +int linux_sys_utime(struct lwp *, void *, register_t *); +int linux_sys_access(struct lwp *, void *, register_t *); +int linux_sys_nice(struct lwp *, void *, register_t *); +int sys_sync(struct lwp *, void *, register_t *); +int linux_sys_kill(struct lwp *, void *, register_t *); +int linux_sys_rename(struct lwp *, void *, register_t *); +int linux_sys_mkdir(struct lwp *, void *, register_t *); +int linux_sys_rmdir(struct lwp *, void *, register_t *); +int sys_dup(struct lwp *, void *, register_t *); +int linux_sys_pipe(struct lwp *, void *, register_t *); +int linux_sys_times(struct lwp *, void *, register_t *); +int linux_sys_brk(struct lwp *, void *, register_t *); +int sys_setgid(struct lwp *, void *, register_t *); +int sys_getgid(struct lwp *, void *, register_t *); +int linux_sys_signal(struct lwp *, void *, register_t *); +int sys_geteuid(struct lwp *, void *, register_t *); +int sys_getegid(struct lwp *, void *, register_t *); +int sys_acct(struct lwp *, void *, register_t *); +int linux_sys_ioctl(struct lwp *, void *, register_t *); +int linux_sys_fcntl(struct lwp *, void *, register_t *); +int sys_setpgid(struct lwp *, void *, register_t *); +int linux_sys_olduname(struct lwp *, void *, register_t *); +int sys_umask(struct lwp *, void *, register_t *); +int sys_chroot(struct lwp *, void *, register_t *); +int sys_dup2(struct lwp *, void *, register_t *); +int sys_getppid(struct lwp *, void *, register_t *); +int sys_getpgrp(struct lwp *, void *, register_t *); +int sys_setsid(struct lwp *, void *, register_t *); +int linux_sys_sigaction(struct lwp *, void *, register_t *); +int linux_sys_siggetmask(struct lwp *, void *, register_t *); +int linux_sys_sigsetmask(struct lwp *, void *, register_t *); +int sys_setreuid(struct lwp *, void *, register_t *); +int sys_setregid(struct lwp *, void *, register_t *); +int linux_sys_sigsuspend(struct lwp *, void *, register_t *); +int linux_sys_sigpending(struct lwp *, void *, register_t *); +int compat_43_sys_sethostname(struct lwp *, void *, register_t *); +int linux_sys_setrlimit(struct lwp *, void *, register_t *); +int linux_sys_getrlimit(struct lwp *, void *, register_t *); +int sys_getrusage(struct lwp *, void *, register_t *); +int linux_sys_gettimeofday(struct lwp *, void *, register_t *); +int linux_sys_settimeofday(struct lwp *, void *, register_t *); +int sys_getgroups(struct lwp *, void *, register_t *); +int sys_setgroups(struct lwp *, void *, register_t *); +int linux_sys_select(struct lwp *, void *, register_t *); +int linux_sys_symlink(struct lwp *, void *, register_t *); +int compat_43_sys_lstat(struct lwp *, void *, register_t *); +int linux_sys_readlink(struct lwp *, void *, register_t *); +int linux_sys_uselib(struct lwp *, void *, register_t *); +int linux_sys_swapon(struct lwp *, void *, register_t *); +int linux_sys_reboot(struct lwp *, void *, register_t *); +int linux_sys_readdir(struct lwp *, void *, register_t *); +int linux_sys_mmap(struct lwp *, void *, register_t *); +int sys_munmap(struct lwp *, void *, register_t *); +int linux_sys_truncate(struct lwp *, void *, register_t *); +int compat_43_sys_ftruncate(struct lwp *, void *, register_t *); +int sys_fchmod(struct lwp *, void *, register_t *); +int sys___posix_fchown(struct lwp *, void *, register_t *); +int sys_getpriority(struct lwp *, void *, register_t *); +int sys_setpriority(struct lwp *, void *, register_t *); +int sys_profil(struct lwp *, void *, register_t *); +int linux_sys_statfs(struct lwp *, void *, register_t *); +int linux_sys_fstatfs(struct lwp *, void *, register_t *); +int linux_sys_ioperm(struct lwp *, void *, register_t *); +int linux_sys_socketcall(struct lwp *, void *, register_t *); +int sys_setitimer(struct lwp *, void *, register_t *); +int sys_getitimer(struct lwp *, void *, register_t *); +int linux_sys_stat(struct lwp *, void *, register_t *); +int linux_sys_lstat(struct lwp *, void *, register_t *); +int linux_sys_fstat(struct lwp *, void *, register_t *); +int linux_sys_uname(struct lwp *, void *, register_t *); +int linux_sys_wait4(struct lwp *, void *, register_t *); +int linux_sys_swapoff(struct lwp *, void *, register_t *); +int linux_sys_sysinfo(struct lwp *, void *, register_t *); +int linux_sys_ipc(struct lwp *, void *, register_t *); +int sys_fsync(struct lwp *, void *, register_t *); +int linux_sys_sigreturn(struct lwp *, void *, register_t *); +int linux_sys_clone(struct lwp *, void *, register_t *); +int linux_sys_setdomainname(struct lwp *, void *, register_t *); +int linux_sys_new_uname(struct lwp *, void *, register_t *); +int linux_sys_mprotect(struct lwp *, void *, register_t *); +int linux_sys_sigprocmask(struct lwp *, void *, register_t *); +int linux_sys_getpgid(struct lwp *, void *, register_t *); +int sys_fchdir(struct lwp *, void *, register_t *); +int linux_sys_personality(struct lwp *, void *, register_t *); +int linux_sys_setfsuid(struct lwp *, void *, register_t *); +int linux_sys_getfsuid(struct lwp *, void *, register_t *); +int linux_sys_llseek(struct lwp *, void *, register_t *); +int linux_sys_getdents(struct lwp *, void *, register_t *); +int linux_sys_new_select(struct lwp *, void *, register_t *); +int sys_flock(struct lwp *, void *, register_t *); +int linux_sys_msync(struct lwp *, void *, register_t *); +int sys_readv(struct lwp *, void *, register_t *); +int sys_writev(struct lwp *, void *, register_t *); +int sys_getsid(struct lwp *, void *, register_t *); +int linux_sys_fdatasync(struct lwp *, void *, register_t *); +int linux_sys___sysctl(struct lwp *, void *, register_t *); +int sys_mlock(struct lwp *, void *, register_t *); +int sys_munlock(struct lwp *, void *, register_t *); +int sys_mlockall(struct lwp *, void *, register_t *); +int sys_munlockall(struct lwp *, void *, register_t *); +int linux_sys_sched_setparam(struct lwp *, void *, register_t *); +int linux_sys_sched_getparam(struct lwp *, void *, register_t *); +int linux_sys_sched_setscheduler(struct lwp *, void *, register_t *); +int linux_sys_sched_getscheduler(struct lwp *, void *, register_t *); +int linux_sys_sched_yield(struct lwp *, void *, register_t *); +int linux_sys_sched_get_priority_max(struct lwp *, void *, register_t *); +int linux_sys_sched_get_priority_min(struct lwp *, void *, register_t *); +int sys_nanosleep(struct lwp *, void *, register_t *); +int linux_sys_mremap(struct lwp *, void *, register_t *); +int linux_sys_setresuid(struct lwp *, void *, register_t *); +int linux_sys_getresuid(struct lwp *, void *, register_t *); +int sys_poll(struct lwp *, void *, register_t *); +int linux_sys_setresgid(struct lwp *, void *, register_t *); +int linux_sys_getresgid(struct lwp *, void *, register_t *); +int linux_sys_rt_sigreturn(struct lwp *, void *, register_t *); +int linux_sys_rt_sigaction(struct lwp *, void *, register_t *); +int linux_sys_rt_sigprocmask(struct lwp *, void *, register_t *); +int linux_sys_rt_sigpending(struct lwp *, void *, register_t *); +int linux_sys_rt_queueinfo(struct lwp *, void *, register_t *); +int linux_sys_rt_sigsuspend(struct lwp *, void *, register_t *); +int linux_sys_pread(struct lwp *, void *, register_t *); +int linux_sys_pwrite(struct lwp *, void *, register_t *); +int linux_sys_chown(struct lwp *, void *, register_t *); +int sys___getcwd(struct lwp *, void *, register_t *); +int linux_sys_sigaltstack(struct lwp *, void *, register_t *); +int sys___vfork14(struct lwp *, void *, register_t *); +int linux_sys_ugetrlimit(struct lwp *, void *, register_t *); +int linux_sys_truncate64(struct lwp *, void *, register_t *); +int sys_ftruncate(struct lwp *, void *, register_t *); +int linux_sys_stat64(struct lwp *, void *, register_t *); +int linux_sys_lstat64(struct lwp *, void *, register_t *); +int linux_sys_fstat64(struct lwp *, void *, register_t *); +int linux_sys_getdents64(struct lwp *, void *, register_t *); +int linux_sys_fcntl64(struct lwp *, void *, register_t *); #endif /* _LINUX_SYS__SYSCALLARGS_H_ */ diff --git a/sys/compat/linux/arch/powerpc/linux_syscalls.c b/sys/compat/linux/arch/powerpc/linux_syscalls.c index cb011001f6f..e83d2de1610 100644 --- a/sys/compat/linux/arch/powerpc/linux_syscalls.c +++ b/sys/compat/linux/arch/powerpc/linux_syscalls.c @@ -1,14 +1,14 @@ -/* $NetBSD: linux_syscalls.c,v 1.17 2002/05/19 17:56:34 jdolecek Exp $ */ +/* $NetBSD: linux_syscalls.c,v 1.18 2003/01/18 08:07:52 thorpej Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.13 2002/05/19 17:55:42 jdolecek Exp + * created from NetBSD */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.17 2002/05/19 17:56:34 jdolecek Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.18 2003/01/18 08:07:52 thorpej Exp $"); #if defined(_KERNEL_OPT) #if defined(_KERNEL_OPT) @@ -20,6 +20,7 @@ __KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.17 2002/05/19 17:56:34 jdolecek #include <sys/systm.h> #include <sys/signal.h> #include <sys/mount.h> +#include <sys/sa.h> #include <sys/syscallargs.h> #include <compat/linux/common/linux_types.h> #include <compat/linux/common/linux_signal.h> diff --git a/sys/compat/linux/arch/powerpc/linux_sysent.c b/sys/compat/linux/arch/powerpc/linux_sysent.c index babe0d7ae22..5114aafd33a 100644 --- a/sys/compat/linux/arch/powerpc/linux_sysent.c +++ b/sys/compat/linux/arch/powerpc/linux_sysent.c @@ -1,14 +1,14 @@ -/* $NetBSD: linux_sysent.c,v 1.18 2002/11/01 20:25:34 jdolecek Exp $ */ +/* $NetBSD: linux_sysent.c,v 1.19 2003/01/18 08:07:52 thorpej Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.13 2002/05/19 17:55:42 jdolecek Exp + * created from NetBSD */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.18 2002/11/01 20:25:34 jdolecek Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.19 2003/01/18 08:07:52 thorpej Exp $"); #if defined(_KERNEL_OPT) #include "opt_compat_netbsd.h" @@ -19,6 +19,7 @@ __KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.18 2002/11/01 20:25:34 jdolecek E #include <sys/systm.h> #include <sys/signal.h> #include <sys/mount.h> +#include <sys/sa.h> #include <sys/syscallargs.h> #include <compat/linux/common/linux_types.h> #include <compat/linux/common/linux_signal.h> |
