Regen for correct RCS ID.

This commit is contained in:
thorpej 2003-01-18 23:43:25 +00:00
parent 4adb810fe1
commit f17177355f
8 changed files with 172 additions and 172 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: svr4_32_syscall.h,v 1.7 2001/11/13 02:09:30 lukem Exp $ */
/* $NetBSD: svr4_32_syscall.h,v 1.8 2003/01/18 23:43:25 thorpej Exp $ */
/*
* System call numbers.

View File

@ -1,4 +1,4 @@
/* $NetBSD: svr4_32_syscallargs.h,v 1.7 2001/11/13 02:09:31 lukem Exp $ */
/* $NetBSD: svr4_32_syscallargs.h,v 1.8 2003/01/18 23:43:25 thorpej Exp $ */
/*
* System call argument lists.
@ -496,172 +496,172 @@ struct svr4_32_sys_socket_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 svr4_32_sys_open(struct proc *, void *, register_t *);
int netbsd32_close(struct proc *, void *, register_t *);
int svr4_32_sys_wait(struct proc *, void *, register_t *);
int svr4_32_sys_creat(struct proc *, void *, register_t *);
int netbsd32_link(struct proc *, void *, register_t *);
int netbsd32_unlink(struct proc *, void *, register_t *);
int svr4_32_sys_execv(struct proc *, void *, register_t *);
int netbsd32_chdir(struct proc *, void *, register_t *);
int svr4_32_sys_time(struct proc *, void *, register_t *);
int svr4_32_sys_mknod(struct proc *, void *, register_t *);
int netbsd32_chmod(struct proc *, void *, register_t *);
int netbsd32___posix_chown(struct proc *, void *, register_t *);
int svr4_32_sys_break(struct proc *, void *, register_t *);
int svr4_32_sys_stat(struct proc *, void *, register_t *);
int compat_43_netbsd32_olseek(struct proc *, void *, register_t *);
int sys_getpid(struct proc *, void *, register_t *);
int netbsd32_setuid(struct proc *, void *, register_t *);
int sys_getuid_with_euid(struct proc *, void *, register_t *);
int svr4_32_sys_alarm(struct proc *, void *, register_t *);
int svr4_32_sys_fstat(struct proc *, void *, register_t *);
int svr4_32_sys_pause(struct proc *, void *, register_t *);
int svr4_32_sys_utime(struct proc *, void *, register_t *);
int svr4_32_sys_access(struct proc *, void *, register_t *);
int svr4_32_sys_nice(struct proc *, void *, register_t *);
int sys_sync(struct proc *, void *, register_t *);
int svr4_32_sys_kill(struct proc *, void *, register_t *);
int svr4_32_sys_pgrpsys(struct proc *, void *, register_t *);
int netbsd32_dup(struct proc *, void *, register_t *);
int sys_pipe(struct proc *, void *, register_t *);
int svr4_32_sys_times(struct proc *, void *, register_t *);
int netbsd32_setgid(struct proc *, void *, register_t *);
int sys_getgid_with_egid(struct proc *, void *, register_t *);
int svr4_32_sys_signal(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 svr4_32_sys_open(struct lwp *, void *, register_t *);
int netbsd32_close(struct lwp *, void *, register_t *);
int svr4_32_sys_wait(struct lwp *, void *, register_t *);
int svr4_32_sys_creat(struct lwp *, void *, register_t *);
int netbsd32_link(struct lwp *, void *, register_t *);
int netbsd32_unlink(struct lwp *, void *, register_t *);
int svr4_32_sys_execv(struct lwp *, void *, register_t *);
int netbsd32_chdir(struct lwp *, void *, register_t *);
int svr4_32_sys_time(struct lwp *, void *, register_t *);
int svr4_32_sys_mknod(struct lwp *, void *, register_t *);
int netbsd32_chmod(struct lwp *, void *, register_t *);
int netbsd32___posix_chown(struct lwp *, void *, register_t *);
int svr4_32_sys_break(struct lwp *, void *, register_t *);
int svr4_32_sys_stat(struct lwp *, void *, register_t *);
int compat_43_netbsd32_olseek(struct lwp *, void *, register_t *);
int sys_getpid(struct lwp *, void *, register_t *);
int netbsd32_setuid(struct lwp *, void *, register_t *);
int sys_getuid_with_euid(struct lwp *, void *, register_t *);
int svr4_32_sys_alarm(struct lwp *, void *, register_t *);
int svr4_32_sys_fstat(struct lwp *, void *, register_t *);
int svr4_32_sys_pause(struct lwp *, void *, register_t *);
int svr4_32_sys_utime(struct lwp *, void *, register_t *);
int svr4_32_sys_access(struct lwp *, void *, register_t *);
int svr4_32_sys_nice(struct lwp *, void *, register_t *);
int sys_sync(struct lwp *, void *, register_t *);
int svr4_32_sys_kill(struct lwp *, void *, register_t *);
int svr4_32_sys_pgrpsys(struct lwp *, void *, register_t *);
int netbsd32_dup(struct lwp *, void *, register_t *);
int sys_pipe(struct lwp *, void *, register_t *);
int svr4_32_sys_times(struct lwp *, void *, register_t *);
int netbsd32_setgid(struct lwp *, void *, register_t *);
int sys_getgid_with_egid(struct lwp *, void *, register_t *);
int svr4_32_sys_signal(struct lwp *, void *, register_t *);
#ifdef SYSVMSG
int svr4_32_sys_msgsys(struct proc *, void *, register_t *);
int svr4_32_sys_msgsys(struct lwp *, void *, register_t *);
#else
#endif
int svr4_32_sys_sysarch(struct proc *, void *, register_t *);
int svr4_32_sys_sysarch(struct lwp *, void *, register_t *);
#ifdef SYSVSHM
int svr4_32_sys_shmsys(struct proc *, void *, register_t *);
int svr4_32_sys_shmsys(struct lwp *, void *, register_t *);
#else
#endif
#ifdef SYSVSEM
int svr4_32_sys_semsys(struct proc *, void *, register_t *);
int svr4_32_sys_semsys(struct lwp *, void *, register_t *);
#else
#endif
int svr4_32_sys_ioctl(struct proc *, void *, register_t *);
int svr4_32_sys_utssys(struct proc *, void *, register_t *);
int netbsd32_fsync(struct proc *, void *, register_t *);
int netbsd32_execve(struct proc *, void *, register_t *);
int netbsd32_umask(struct proc *, void *, register_t *);
int netbsd32_chroot(struct proc *, void *, register_t *);
int svr4_32_sys_fcntl(struct proc *, void *, register_t *);
int svr4_32_sys_ulimit(struct proc *, void *, register_t *);
int netbsd32_rmdir(struct proc *, void *, register_t *);
int netbsd32_mkdir(struct proc *, void *, register_t *);
int svr4_32_sys_getdents(struct proc *, void *, register_t *);
int svr4_32_sys_getmsg(struct proc *, void *, register_t *);
int svr4_32_sys_putmsg(struct proc *, void *, register_t *);
int netbsd32_poll(struct proc *, void *, register_t *);
int svr4_32_sys_lstat(struct proc *, void *, register_t *);
int netbsd32_symlink(struct proc *, void *, register_t *);
int netbsd32_readlink(struct proc *, void *, register_t *);
int netbsd32_getgroups(struct proc *, void *, register_t *);
int netbsd32_setgroups(struct proc *, void *, register_t *);
int netbsd32_fchmod(struct proc *, void *, register_t *);
int netbsd32___posix_fchown(struct proc *, void *, register_t *);
int svr4_32_sys_sigprocmask(struct proc *, void *, register_t *);
int svr4_32_sys_sigsuspend(struct proc *, void *, register_t *);
int svr4_32_sys_sigaltstack(struct proc *, void *, register_t *);
int svr4_32_sys_sigaction(struct proc *, void *, register_t *);
int svr4_32_sys_sigpending(struct proc *, void *, register_t *);
int svr4_32_sys_context(struct proc *, void *, register_t *);
int svr4_32_sys_statvfs(struct proc *, void *, register_t *);
int svr4_32_sys_fstatvfs(struct proc *, void *, register_t *);
int svr4_32_sys_waitsys(struct proc *, void *, register_t *);
int svr4_32_sys_hrtsys(struct proc *, void *, register_t *);
int svr4_32_sys_pathconf(struct proc *, void *, register_t *);
int svr4_32_sys_mmap(struct proc *, void *, register_t *);
int netbsd32_mprotect(struct proc *, void *, register_t *);
int netbsd32_munmap(struct proc *, void *, register_t *);
int svr4_32_sys_fpathconf(struct proc *, void *, register_t *);
int sys_vfork(struct proc *, void *, register_t *);
int netbsd32_fchdir(struct proc *, void *, register_t *);
int netbsd32_readv(struct proc *, void *, register_t *);
int netbsd32_writev(struct proc *, void *, register_t *);
int svr4_32_sys_xstat(struct proc *, void *, register_t *);
int svr4_32_sys_lxstat(struct proc *, void *, register_t *);
int svr4_32_sys_fxstat(struct proc *, void *, register_t *);
int svr4_32_sys_xmknod(struct proc *, void *, register_t *);
int svr4_32_sys_setrlimit(struct proc *, void *, register_t *);
int svr4_32_sys_getrlimit(struct proc *, void *, register_t *);
int netbsd32_lchown(struct proc *, void *, register_t *);
int svr4_32_sys_memcntl(struct proc *, void *, register_t *);
int netbsd32___posix_rename(struct proc *, void *, register_t *);
int svr4_32_sys_uname(struct proc *, void *, register_t *);
int netbsd32_setegid(struct proc *, void *, register_t *);
int svr4_32_sys_sysconfig(struct proc *, void *, register_t *);
int netbsd32_adjtime(struct proc *, void *, register_t *);
int svr4_32_sys_systeminfo(struct proc *, void *, register_t *);
int netbsd32_seteuid(struct proc *, void *, register_t *);
int sys_fork(struct proc *, void *, register_t *);
int svr4_32_sys__lwp_info(struct proc *, void *, register_t *);
int netbsd32_fchroot(struct proc *, void *, register_t *);
int svr4_32_sys_utimes(struct proc *, void *, register_t *);
int svr4_32_sys_vhangup(struct proc *, void *, register_t *);
int svr4_32_sys_gettimeofday(struct proc *, void *, register_t *);
int netbsd32_getitimer(struct proc *, void *, register_t *);
int netbsd32_setitimer(struct proc *, void *, register_t *);
int svr4_32_sys__lwp_create(struct proc *, void *, register_t *);
int svr4_32_sys__lwp_exit(struct proc *, void *, register_t *);
int svr4_32_sys__lwp_suspend(struct proc *, void *, register_t *);
int svr4_32_sys__lwp_continue(struct proc *, void *, register_t *);
int svr4_32_sys__lwp_kill(struct proc *, void *, register_t *);
int svr4_sys__lwp_self(struct proc *, void *, register_t *);
int svr4_32_sys__lwp_getprivate(struct proc *, void *, register_t *);
int svr4_32_sys__lwp_setprivate(struct proc *, void *, register_t *);
int svr4_32_sys__lwp_wait(struct proc *, void *, register_t *);
int svr4_32_sys_pread(struct proc *, void *, register_t *);
int svr4_32_sys_pwrite(struct proc *, void *, register_t *);
int svr4_32_sys_llseek(struct proc *, void *, register_t *);
int svr4_32_sys_acl(struct proc *, void *, register_t *);
int svr4_32_sys_auditsys(struct proc *, void *, register_t *);
int netbsd32_nanosleep(struct proc *, void *, register_t *);
int svr4_32_sys_facl(struct proc *, void *, register_t *);
int netbsd32_setreuid(struct proc *, void *, register_t *);
int netbsd32_setregid(struct proc *, void *, register_t *);
int svr4_32_sys_resolvepath(struct proc *, void *, register_t *);
int svr4_32_sys_getdents64(struct proc *, void *, register_t *);
int svr4_32_sys_mmap64(struct proc *, void *, register_t *);
int svr4_32_sys_stat64(struct proc *, void *, register_t *);
int svr4_32_sys_lstat64(struct proc *, void *, register_t *);
int svr4_32_sys_fstat64(struct proc *, void *, register_t *);
int svr4_32_sys_statvfs64(struct proc *, void *, register_t *);
int svr4_32_sys_fstatvfs64(struct proc *, void *, register_t *);
int svr4_32_sys_setrlimit64(struct proc *, void *, register_t *);
int svr4_32_sys_getrlimit64(struct proc *, void *, register_t *);
int svr4_32_sys_pread64(struct proc *, void *, register_t *);
int svr4_32_sys_pwrite64(struct proc *, void *, register_t *);
int svr4_32_sys_creat64(struct proc *, void *, register_t *);
int svr4_32_sys_open64(struct proc *, void *, register_t *);
int svr4_32_sys_socket(struct proc *, void *, register_t *);
int netbsd32_socketpair(struct proc *, void *, register_t *);
int netbsd32_bind(struct proc *, void *, register_t *);
int netbsd32_listen(struct proc *, void *, register_t *);
int compat_43_netbsd32_oaccept(struct proc *, void *, register_t *);
int netbsd32_connect(struct proc *, void *, register_t *);
int netbsd32_shutdown(struct proc *, void *, register_t *);
int compat_43_netbsd32_orecv(struct proc *, void *, register_t *);
int compat_43_netbsd32_orecvfrom(struct proc *, void *, register_t *);
int compat_43_netbsd32_orecvmsg(struct proc *, void *, register_t *);
int compat_43_netbsd32_osend(struct proc *, void *, register_t *);
int compat_43_netbsd32_osendmsg(struct proc *, void *, register_t *);
int netbsd32_sendto(struct proc *, void *, register_t *);
int compat_43_netbsd32_ogetpeername(struct proc *, void *, register_t *);
int compat_43_netbsd32_ogetsockname(struct proc *, void *, register_t *);
int netbsd32_getsockopt(struct proc *, void *, register_t *);
int netbsd32_setsockopt(struct proc *, void *, register_t *);
int netbsd32_ntp_gettime(struct proc *, void *, register_t *);
int svr4_32_sys_ioctl(struct lwp *, void *, register_t *);
int svr4_32_sys_utssys(struct lwp *, void *, register_t *);
int netbsd32_fsync(struct lwp *, void *, register_t *);
int netbsd32_execve(struct lwp *, void *, register_t *);
int netbsd32_umask(struct lwp *, void *, register_t *);
int netbsd32_chroot(struct lwp *, void *, register_t *);
int svr4_32_sys_fcntl(struct lwp *, void *, register_t *);
int svr4_32_sys_ulimit(struct lwp *, void *, register_t *);
int netbsd32_rmdir(struct lwp *, void *, register_t *);
int netbsd32_mkdir(struct lwp *, void *, register_t *);
int svr4_32_sys_getdents(struct lwp *, void *, register_t *);
int svr4_32_sys_getmsg(struct lwp *, void *, register_t *);
int svr4_32_sys_putmsg(struct lwp *, void *, register_t *);
int netbsd32_poll(struct lwp *, void *, register_t *);
int svr4_32_sys_lstat(struct lwp *, void *, register_t *);
int netbsd32_symlink(struct lwp *, void *, register_t *);
int netbsd32_readlink(struct lwp *, void *, register_t *);
int netbsd32_getgroups(struct lwp *, void *, register_t *);
int netbsd32_setgroups(struct lwp *, void *, register_t *);
int netbsd32_fchmod(struct lwp *, void *, register_t *);
int netbsd32___posix_fchown(struct lwp *, void *, register_t *);
int svr4_32_sys_sigprocmask(struct lwp *, void *, register_t *);
int svr4_32_sys_sigsuspend(struct lwp *, void *, register_t *);
int svr4_32_sys_sigaltstack(struct lwp *, void *, register_t *);
int svr4_32_sys_sigaction(struct lwp *, void *, register_t *);
int svr4_32_sys_sigpending(struct lwp *, void *, register_t *);
int svr4_32_sys_context(struct lwp *, void *, register_t *);
int svr4_32_sys_statvfs(struct lwp *, void *, register_t *);
int svr4_32_sys_fstatvfs(struct lwp *, void *, register_t *);
int svr4_32_sys_waitsys(struct lwp *, void *, register_t *);
int svr4_32_sys_hrtsys(struct lwp *, void *, register_t *);
int svr4_32_sys_pathconf(struct lwp *, void *, register_t *);
int svr4_32_sys_mmap(struct lwp *, void *, register_t *);
int netbsd32_mprotect(struct lwp *, void *, register_t *);
int netbsd32_munmap(struct lwp *, void *, register_t *);
int svr4_32_sys_fpathconf(struct lwp *, void *, register_t *);
int sys_vfork(struct lwp *, void *, register_t *);
int netbsd32_fchdir(struct lwp *, void *, register_t *);
int netbsd32_readv(struct lwp *, void *, register_t *);
int netbsd32_writev(struct lwp *, void *, register_t *);
int svr4_32_sys_xstat(struct lwp *, void *, register_t *);
int svr4_32_sys_lxstat(struct lwp *, void *, register_t *);
int svr4_32_sys_fxstat(struct lwp *, void *, register_t *);
int svr4_32_sys_xmknod(struct lwp *, void *, register_t *);
int svr4_32_sys_setrlimit(struct lwp *, void *, register_t *);
int svr4_32_sys_getrlimit(struct lwp *, void *, register_t *);
int netbsd32_lchown(struct lwp *, void *, register_t *);
int svr4_32_sys_memcntl(struct lwp *, void *, register_t *);
int netbsd32___posix_rename(struct lwp *, void *, register_t *);
int svr4_32_sys_uname(struct lwp *, void *, register_t *);
int netbsd32_setegid(struct lwp *, void *, register_t *);
int svr4_32_sys_sysconfig(struct lwp *, void *, register_t *);
int netbsd32_adjtime(struct lwp *, void *, register_t *);
int svr4_32_sys_systeminfo(struct lwp *, void *, register_t *);
int netbsd32_seteuid(struct lwp *, void *, register_t *);
int sys_fork(struct lwp *, void *, register_t *);
int svr4_32_sys__lwp_info(struct lwp *, void *, register_t *);
int netbsd32_fchroot(struct lwp *, void *, register_t *);
int svr4_32_sys_utimes(struct lwp *, void *, register_t *);
int svr4_32_sys_vhangup(struct lwp *, void *, register_t *);
int svr4_32_sys_gettimeofday(struct lwp *, void *, register_t *);
int netbsd32_getitimer(struct lwp *, void *, register_t *);
int netbsd32_setitimer(struct lwp *, void *, register_t *);
int svr4_32_sys__lwp_create(struct lwp *, void *, register_t *);
int svr4_32_sys__lwp_exit(struct lwp *, void *, register_t *);
int svr4_32_sys__lwp_suspend(struct lwp *, void *, register_t *);
int svr4_32_sys__lwp_continue(struct lwp *, void *, register_t *);
int svr4_32_sys__lwp_kill(struct lwp *, void *, register_t *);
int svr4_sys__lwp_self(struct lwp *, void *, register_t *);
int svr4_32_sys__lwp_getprivate(struct lwp *, void *, register_t *);
int svr4_32_sys__lwp_setprivate(struct lwp *, void *, register_t *);
int svr4_32_sys__lwp_wait(struct lwp *, void *, register_t *);
int svr4_32_sys_pread(struct lwp *, void *, register_t *);
int svr4_32_sys_pwrite(struct lwp *, void *, register_t *);
int svr4_32_sys_llseek(struct lwp *, void *, register_t *);
int svr4_32_sys_acl(struct lwp *, void *, register_t *);
int svr4_32_sys_auditsys(struct lwp *, void *, register_t *);
int netbsd32_nanosleep(struct lwp *, void *, register_t *);
int svr4_32_sys_facl(struct lwp *, void *, register_t *);
int netbsd32_setreuid(struct lwp *, void *, register_t *);
int netbsd32_setregid(struct lwp *, void *, register_t *);
int svr4_32_sys_resolvepath(struct lwp *, void *, register_t *);
int svr4_32_sys_getdents64(struct lwp *, void *, register_t *);
int svr4_32_sys_mmap64(struct lwp *, void *, register_t *);
int svr4_32_sys_stat64(struct lwp *, void *, register_t *);
int svr4_32_sys_lstat64(struct lwp *, void *, register_t *);
int svr4_32_sys_fstat64(struct lwp *, void *, register_t *);
int svr4_32_sys_statvfs64(struct lwp *, void *, register_t *);
int svr4_32_sys_fstatvfs64(struct lwp *, void *, register_t *);
int svr4_32_sys_setrlimit64(struct lwp *, void *, register_t *);
int svr4_32_sys_getrlimit64(struct lwp *, void *, register_t *);
int svr4_32_sys_pread64(struct lwp *, void *, register_t *);
int svr4_32_sys_pwrite64(struct lwp *, void *, register_t *);
int svr4_32_sys_creat64(struct lwp *, void *, register_t *);
int svr4_32_sys_open64(struct lwp *, void *, register_t *);
int svr4_32_sys_socket(struct lwp *, void *, register_t *);
int netbsd32_socketpair(struct lwp *, void *, register_t *);
int netbsd32_bind(struct lwp *, void *, register_t *);
int netbsd32_listen(struct lwp *, void *, register_t *);
int compat_43_netbsd32_oaccept(struct lwp *, void *, register_t *);
int netbsd32_connect(struct lwp *, void *, register_t *);
int netbsd32_shutdown(struct lwp *, void *, register_t *);
int compat_43_netbsd32_orecv(struct lwp *, void *, register_t *);
int compat_43_netbsd32_orecvfrom(struct lwp *, void *, register_t *);
int compat_43_netbsd32_orecvmsg(struct lwp *, void *, register_t *);
int compat_43_netbsd32_osend(struct lwp *, void *, register_t *);
int compat_43_netbsd32_osendmsg(struct lwp *, void *, register_t *);
int netbsd32_sendto(struct lwp *, void *, register_t *);
int compat_43_netbsd32_ogetpeername(struct lwp *, void *, register_t *);
int compat_43_netbsd32_ogetsockname(struct lwp *, void *, register_t *);
int netbsd32_getsockopt(struct lwp *, void *, register_t *);
int netbsd32_setsockopt(struct lwp *, void *, register_t *);
int netbsd32_ntp_gettime(struct lwp *, void *, register_t *);
#if defined(NTP) || !defined(_KERNEL)
int netbsd32_ntp_adjtime(struct proc *, void *, register_t *);
int netbsd32_ntp_adjtime(struct lwp *, void *, register_t *);
#else
#endif
#endif /* _SVR4_32_SYS__SYSCALLARGS_H_ */

View File

@ -1,4 +1,4 @@
/* $NetBSD: svr4_32_syscalls.c,v 1.7 2001/11/13 02:09:31 lukem Exp $ */
/* $NetBSD: svr4_32_syscalls.c,v 1.8 2003/01/18 23:43:25 thorpej Exp $ */
/*
* System call names.
@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: svr4_32_syscalls.c,v 1.7 2001/11/13 02:09:31 lukem Exp $");
__KERNEL_RCSID(0, "$NetBSD: svr4_32_syscalls.c,v 1.8 2003/01/18 23:43:25 thorpej Exp $");
#if defined(_KERNEL_OPT)
#if defined(_KERNEL_OPT)

View File

@ -1,4 +1,4 @@
/* $NetBSD: svr4_32_sysent.c,v 1.7 2001/11/13 02:09:31 lukem Exp $ */
/* $NetBSD: svr4_32_sysent.c,v 1.8 2003/01/18 23:43:25 thorpej Exp $ */
/*
* System call switch table.
@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: svr4_32_sysent.c,v 1.7 2001/11/13 02:09:31 lukem Exp $");
__KERNEL_RCSID(0, "$NetBSD: svr4_32_sysent.c,v 1.8 2003/01/18 23:43:25 thorpej Exp $");
#if defined(_KERNEL_OPT)
#include "opt_ntp.h"

View File

@ -1,10 +1,10 @@
/* $NetBSD: ultrix_syscall.h,v 1.46 2003/01/18 08:49:59 thorpej Exp $ */
/* $NetBSD: ultrix_syscall.h,v 1.47 2003/01/18 23:44:06 thorpej Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD
* created from NetBSD: syscalls.master,v 1.38 2003/01/18 08:49:22 thorpej Exp
*/
/* syscall: "syscall" ret: "int" args: */

View File

@ -1,10 +1,10 @@
/* $NetBSD: ultrix_syscallargs.h,v 1.40 2003/01/18 08:49:59 thorpej Exp $ */
/* $NetBSD: ultrix_syscallargs.h,v 1.41 2003/01/18 23:44:06 thorpej Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD
* created from NetBSD: syscalls.master,v 1.38 2003/01/18 08:49:22 thorpej Exp
*/
#ifndef _ULTRIX_SYS__SYSCALLARGS_H_

View File

@ -1,14 +1,14 @@
/* $NetBSD: ultrix_syscalls.c,v 1.44 2003/01/18 08:49:59 thorpej Exp $ */
/* $NetBSD: ultrix_syscalls.c,v 1.45 2003/01/18 23:44:06 thorpej Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD
* created from NetBSD: syscalls.master,v 1.38 2003/01/18 08:49:22 thorpej Exp
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: ultrix_syscalls.c,v 1.44 2003/01/18 08:49:59 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: ultrix_syscalls.c,v 1.45 2003/01/18 23:44:06 thorpej Exp $");
#if defined(_KERNEL_OPT)
#if defined(_KERNEL_OPT)

View File

@ -1,14 +1,14 @@
/* $NetBSD: ultrix_sysent.c,v 1.46 2003/01/18 08:49:59 thorpej Exp $ */
/* $NetBSD: ultrix_sysent.c,v 1.47 2003/01/18 23:44:06 thorpej Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD
* created from NetBSD: syscalls.master,v 1.38 2003/01/18 08:49:22 thorpej Exp
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: ultrix_sysent.c,v 1.46 2003/01/18 08:49:59 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: ultrix_sysent.c,v 1.47 2003/01/18 23:44:06 thorpej Exp $");
#if defined(_KERNEL_OPT)
#include "opt_nfsserver.h"