diff options
author | alfred <alfred@FreeBSD.org> | 2002-03-20 07:51:46 +0000 |
---|---|---|
committer | alfred <alfred@FreeBSD.org> | 2002-03-20 07:51:46 +0000 |
commit | 728484a7457c5aef1f6a3d30a7bf3f6e215bf900 (patch) | |
tree | 30a9106ca00a2f588e91084d486ef8f073bf1b46 /sys/i386/linux | |
parent | 064c0537d11ac3c5a37db86bdd0cb077e0532f0a (diff) | |
download | FreeBSD-src-728484a7457c5aef1f6a3d30a7bf3f6e215bf900.zip FreeBSD-src-728484a7457c5aef1f6a3d30a7bf3f6e215bf900.tar.gz |
Remove __P.
Diffstat (limited to 'sys/i386/linux')
-rw-r--r-- | sys/i386/linux/imgact_linux.c | 2 | ||||
-rw-r--r-- | sys/i386/linux/linux_proto.h | 306 | ||||
-rw-r--r-- | sys/i386/linux/linux_sysvec.c | 18 |
3 files changed, 163 insertions, 163 deletions
diff --git a/sys/i386/linux/imgact_linux.c b/sys/i386/linux/imgact_linux.c index 29741d93..dee603d 100644 --- a/sys/i386/linux/imgact_linux.c +++ b/sys/i386/linux/imgact_linux.c @@ -53,7 +53,7 @@ #include <i386/linux/linux.h> -static int exec_linux_imgact __P((struct image_params *iparams)); +static int exec_linux_imgact(struct image_params *iparams); static int exec_linux_imgact(imgp) diff --git a/sys/i386/linux/linux_proto.h b/sys/i386/linux/linux_proto.h index 4919a3f..90c59bd 100644 --- a/sys/i386/linux/linux_proto.h +++ b/sys/i386/linux/linux_proto.h @@ -637,159 +637,159 @@ struct linux_fcntl64_args { char cmd_l_[PADL_(l_uint)]; l_uint cmd; char cmd_r_[PADR_(l_uint)]; char arg_l_[PADL_(l_ulong)]; l_ulong arg; char arg_r_[PADR_(l_ulong)]; }; -int linux_fork __P((struct thread *, struct linux_fork_args *)); -int linux_open __P((struct thread *, struct linux_open_args *)); -int linux_waitpid __P((struct thread *, struct linux_waitpid_args *)); -int linux_creat __P((struct thread *, struct linux_creat_args *)); -int linux_link __P((struct thread *, struct linux_link_args *)); -int linux_unlink __P((struct thread *, struct linux_unlink_args *)); -int linux_execve __P((struct thread *, struct linux_execve_args *)); -int linux_chdir __P((struct thread *, struct linux_chdir_args *)); -int linux_time __P((struct thread *, struct linux_time_args *)); -int linux_mknod __P((struct thread *, struct linux_mknod_args *)); -int linux_chmod __P((struct thread *, struct linux_chmod_args *)); -int linux_lchown16 __P((struct thread *, struct linux_lchown16_args *)); -int linux_stat __P((struct thread *, struct linux_stat_args *)); -int linux_lseek __P((struct thread *, struct linux_lseek_args *)); -int linux_getpid __P((struct thread *, struct linux_getpid_args *)); -int linux_mount __P((struct thread *, struct linux_mount_args *)); -int linux_oldumount __P((struct thread *, struct linux_oldumount_args *)); -int linux_setuid16 __P((struct thread *, struct linux_setuid16_args *)); -int linux_getuid16 __P((struct thread *, struct linux_getuid16_args *)); -int linux_stime __P((struct thread *, struct linux_stime_args *)); -int linux_ptrace __P((struct thread *, struct linux_ptrace_args *)); -int linux_alarm __P((struct thread *, struct linux_alarm_args *)); -int linux_fstat __P((struct thread *, struct linux_fstat_args *)); -int linux_pause __P((struct thread *, struct linux_pause_args *)); -int linux_utime __P((struct thread *, struct linux_utime_args *)); -int linux_access __P((struct thread *, struct linux_access_args *)); -int linux_nice __P((struct thread *, struct linux_nice_args *)); -int linux_kill __P((struct thread *, struct linux_kill_args *)); -int linux_rename __P((struct thread *, struct linux_rename_args *)); -int linux_mkdir __P((struct thread *, struct linux_mkdir_args *)); -int linux_rmdir __P((struct thread *, struct linux_rmdir_args *)); -int linux_pipe __P((struct thread *, struct linux_pipe_args *)); -int linux_times __P((struct thread *, struct linux_times_args *)); -int linux_brk __P((struct thread *, struct linux_brk_args *)); -int linux_setgid16 __P((struct thread *, struct linux_setgid16_args *)); -int linux_getgid16 __P((struct thread *, struct linux_getgid16_args *)); -int linux_signal __P((struct thread *, struct linux_signal_args *)); -int linux_geteuid16 __P((struct thread *, struct linux_geteuid16_args *)); -int linux_getegid16 __P((struct thread *, struct linux_getegid16_args *)); -int linux_umount __P((struct thread *, struct linux_umount_args *)); -int linux_ioctl __P((struct thread *, struct linux_ioctl_args *)); -int linux_fcntl __P((struct thread *, struct linux_fcntl_args *)); -int linux_olduname __P((struct thread *, struct linux_olduname_args *)); -int linux_ustat __P((struct thread *, struct linux_ustat_args *)); -int linux_sigaction __P((struct thread *, struct linux_sigaction_args *)); -int linux_sgetmask __P((struct thread *, struct linux_sgetmask_args *)); -int linux_ssetmask __P((struct thread *, struct linux_ssetmask_args *)); -int linux_setreuid16 __P((struct thread *, struct linux_setreuid16_args *)); -int linux_setregid16 __P((struct thread *, struct linux_setregid16_args *)); -int linux_sigsuspend __P((struct thread *, struct linux_sigsuspend_args *)); -int linux_sigpending __P((struct thread *, struct linux_sigpending_args *)); -int linux_setrlimit __P((struct thread *, struct linux_setrlimit_args *)); -int linux_old_getrlimit __P((struct thread *, struct linux_old_getrlimit_args *)); -int linux_getgroups16 __P((struct thread *, struct linux_getgroups16_args *)); -int linux_setgroups16 __P((struct thread *, struct linux_setgroups16_args *)); -int linux_old_select __P((struct thread *, struct linux_old_select_args *)); -int linux_symlink __P((struct thread *, struct linux_symlink_args *)); -int linux_readlink __P((struct thread *, struct linux_readlink_args *)); -int linux_uselib __P((struct thread *, struct linux_uselib_args *)); -int linux_reboot __P((struct thread *, struct linux_reboot_args *)); -int linux_readdir __P((struct thread *, struct linux_readdir_args *)); -int linux_mmap __P((struct thread *, struct linux_mmap_args *)); -int linux_truncate __P((struct thread *, struct linux_truncate_args *)); -int linux_statfs __P((struct thread *, struct linux_statfs_args *)); -int linux_fstatfs __P((struct thread *, struct linux_fstatfs_args *)); -int linux_ioperm __P((struct thread *, struct linux_ioperm_args *)); -int linux_socketcall __P((struct thread *, struct linux_socketcall_args *)); -int linux_syslog __P((struct thread *, struct linux_syslog_args *)); -int linux_setitimer __P((struct thread *, struct linux_setitimer_args *)); -int linux_getitimer __P((struct thread *, struct linux_getitimer_args *)); -int linux_newstat __P((struct thread *, struct linux_newstat_args *)); -int linux_newlstat __P((struct thread *, struct linux_newlstat_args *)); -int linux_newfstat __P((struct thread *, struct linux_newfstat_args *)); -int linux_uname __P((struct thread *, struct linux_uname_args *)); -int linux_iopl __P((struct thread *, struct linux_iopl_args *)); -int linux_vhangup __P((struct thread *, struct linux_vhangup_args *)); -int linux_vm86old __P((struct thread *, struct linux_vm86old_args *)); -int linux_wait4 __P((struct thread *, struct linux_wait4_args *)); -int linux_swapoff __P((struct thread *, struct linux_swapoff_args *)); -int linux_sysinfo __P((struct thread *, struct linux_sysinfo_args *)); -int linux_ipc __P((struct thread *, struct linux_ipc_args *)); -int linux_sigreturn __P((struct thread *, struct linux_sigreturn_args *)); -int linux_clone __P((struct thread *, struct linux_clone_args *)); -int linux_newuname __P((struct thread *, struct linux_newuname_args *)); -int linux_modify_ldt __P((struct thread *, struct linux_modify_ldt_args *)); -int linux_adjtimex __P((struct thread *, struct linux_adjtimex_args *)); -int linux_sigprocmask __P((struct thread *, struct linux_sigprocmask_args *)); -int linux_create_module __P((struct thread *, struct linux_create_module_args *)); -int linux_init_module __P((struct thread *, struct linux_init_module_args *)); -int linux_delete_module __P((struct thread *, struct linux_delete_module_args *)); -int linux_get_kernel_syms __P((struct thread *, struct linux_get_kernel_syms_args *)); -int linux_quotactl __P((struct thread *, struct linux_quotactl_args *)); -int linux_bdflush __P((struct thread *, struct linux_bdflush_args *)); -int linux_sysfs __P((struct thread *, struct linux_sysfs_args *)); -int linux_personality __P((struct thread *, struct linux_personality_args *)); -int linux_setfsuid16 __P((struct thread *, struct linux_setfsuid16_args *)); -int linux_setfsgid16 __P((struct thread *, struct linux_setfsgid16_args *)); -int linux_llseek __P((struct thread *, struct linux_llseek_args *)); -int linux_getdents __P((struct thread *, struct linux_getdents_args *)); -int linux_select __P((struct thread *, struct linux_select_args *)); -int linux_msync __P((struct thread *, struct linux_msync_args *)); -int linux_getsid __P((struct thread *, struct linux_getsid_args *)); -int linux_fdatasync __P((struct thread *, struct linux_fdatasync_args *)); -int linux_sysctl __P((struct thread *, struct linux_sysctl_args *)); -int linux_sched_setscheduler __P((struct thread *, struct linux_sched_setscheduler_args *)); -int linux_sched_getscheduler __P((struct thread *, struct linux_sched_getscheduler_args *)); -int linux_sched_get_priority_max __P((struct thread *, struct linux_sched_get_priority_max_args *)); -int linux_sched_get_priority_min __P((struct thread *, struct linux_sched_get_priority_min_args *)); -int linux_mremap __P((struct thread *, struct linux_mremap_args *)); -int linux_setresuid16 __P((struct thread *, struct linux_setresuid16_args *)); -int linux_getresuid16 __P((struct thread *, struct linux_getresuid16_args *)); -int linux_vm86 __P((struct thread *, struct linux_vm86_args *)); -int linux_query_module __P((struct thread *, struct linux_query_module_args *)); -int linux_nfsservctl __P((struct thread *, struct linux_nfsservctl_args *)); -int linux_setresgid16 __P((struct thread *, struct linux_setresgid16_args *)); -int linux_getresgid16 __P((struct thread *, struct linux_getresgid16_args *)); -int linux_prctl __P((struct thread *, struct linux_prctl_args *)); -int linux_rt_sigreturn __P((struct thread *, struct linux_rt_sigreturn_args *)); -int linux_rt_sigaction __P((struct thread *, struct linux_rt_sigaction_args *)); -int linux_rt_sigprocmask __P((struct thread *, struct linux_rt_sigprocmask_args *)); -int linux_rt_sigpending __P((struct thread *, struct linux_rt_sigpending_args *)); -int linux_rt_sigtimedwait __P((struct thread *, struct linux_rt_sigtimedwait_args *)); -int linux_rt_sigqueueinfo __P((struct thread *, struct linux_rt_sigqueueinfo_args *)); -int linux_rt_sigsuspend __P((struct thread *, struct linux_rt_sigsuspend_args *)); -int linux_pread __P((struct thread *, struct linux_pread_args *)); -int linux_pwrite __P((struct thread *, struct linux_pwrite_args *)); -int linux_chown16 __P((struct thread *, struct linux_chown16_args *)); -int linux_getcwd __P((struct thread *, struct linux_getcwd_args *)); -int linux_capget __P((struct thread *, struct linux_capget_args *)); -int linux_capset __P((struct thread *, struct linux_capset_args *)); -int linux_sigaltstack __P((struct thread *, struct linux_sigaltstack_args *)); -int linux_sendfile __P((struct thread *, struct linux_sendfile_args *)); -int linux_vfork __P((struct thread *, struct linux_vfork_args *)); -int linux_getrlimit __P((struct thread *, struct linux_getrlimit_args *)); -int linux_mmap2 __P((struct thread *, struct linux_mmap2_args *)); -int linux_truncate64 __P((struct thread *, struct linux_truncate64_args *)); -int linux_ftruncate64 __P((struct thread *, struct linux_ftruncate64_args *)); -int linux_stat64 __P((struct thread *, struct linux_stat64_args *)); -int linux_lstat64 __P((struct thread *, struct linux_lstat64_args *)); -int linux_fstat64 __P((struct thread *, struct linux_fstat64_args *)); -int linux_lchown __P((struct thread *, struct linux_lchown_args *)); -int linux_getuid __P((struct thread *, struct linux_getuid_args *)); -int linux_getgid __P((struct thread *, struct linux_getgid_args *)); -int linux_getgroups __P((struct thread *, struct linux_getgroups_args *)); -int linux_setgroups __P((struct thread *, struct linux_setgroups_args *)); -int linux_chown __P((struct thread *, struct linux_chown_args *)); -int linux_setfsuid __P((struct thread *, struct linux_setfsuid_args *)); -int linux_setfsgid __P((struct thread *, struct linux_setfsgid_args *)); -int linux_pivot_root __P((struct thread *, struct linux_pivot_root_args *)); -int linux_mincore __P((struct thread *, struct linux_mincore_args *)); -int linux_madvise __P((struct thread *, struct linux_madvise_args *)); -int linux_getdents64 __P((struct thread *, struct linux_getdents64_args *)); -int linux_fcntl64 __P((struct thread *, struct linux_fcntl64_args *)); +int linux_fork(struct thread *, struct linux_fork_args *); +int linux_open(struct thread *, struct linux_open_args *); +int linux_waitpid(struct thread *, struct linux_waitpid_args *); +int linux_creat(struct thread *, struct linux_creat_args *); +int linux_link(struct thread *, struct linux_link_args *); +int linux_unlink(struct thread *, struct linux_unlink_args *); +int linux_execve(struct thread *, struct linux_execve_args *); +int linux_chdir(struct thread *, struct linux_chdir_args *); +int linux_time(struct thread *, struct linux_time_args *); +int linux_mknod(struct thread *, struct linux_mknod_args *); +int linux_chmod(struct thread *, struct linux_chmod_args *); +int linux_lchown16(struct thread *, struct linux_lchown16_args *); +int linux_stat(struct thread *, struct linux_stat_args *); +int linux_lseek(struct thread *, struct linux_lseek_args *); +int linux_getpid(struct thread *, struct linux_getpid_args *); +int linux_mount(struct thread *, struct linux_mount_args *); +int linux_oldumount(struct thread *, struct linux_oldumount_args *); +int linux_setuid16(struct thread *, struct linux_setuid16_args *); +int linux_getuid16(struct thread *, struct linux_getuid16_args *); +int linux_stime(struct thread *, struct linux_stime_args *); +int linux_ptrace(struct thread *, struct linux_ptrace_args *); +int linux_alarm(struct thread *, struct linux_alarm_args *); +int linux_fstat(struct thread *, struct linux_fstat_args *); +int linux_pause(struct thread *, struct linux_pause_args *); +int linux_utime(struct thread *, struct linux_utime_args *); +int linux_access(struct thread *, struct linux_access_args *); +int linux_nice(struct thread *, struct linux_nice_args *); +int linux_kill(struct thread *, struct linux_kill_args *); +int linux_rename(struct thread *, struct linux_rename_args *); +int linux_mkdir(struct thread *, struct linux_mkdir_args *); +int linux_rmdir(struct thread *, struct linux_rmdir_args *); +int linux_pipe(struct thread *, struct linux_pipe_args *); +int linux_times(struct thread *, struct linux_times_args *); +int linux_brk(struct thread *, struct linux_brk_args *); +int linux_setgid16(struct thread *, struct linux_setgid16_args *); +int linux_getgid16(struct thread *, struct linux_getgid16_args *); +int linux_signal(struct thread *, struct linux_signal_args *); +int linux_geteuid16(struct thread *, struct linux_geteuid16_args *); +int linux_getegid16(struct thread *, struct linux_getegid16_args *); +int linux_umount(struct thread *, struct linux_umount_args *); +int linux_ioctl(struct thread *, struct linux_ioctl_args *); +int linux_fcntl(struct thread *, struct linux_fcntl_args *); +int linux_olduname(struct thread *, struct linux_olduname_args *); +int linux_ustat(struct thread *, struct linux_ustat_args *); +int linux_sigaction(struct thread *, struct linux_sigaction_args *); +int linux_sgetmask(struct thread *, struct linux_sgetmask_args *); +int linux_ssetmask(struct thread *, struct linux_ssetmask_args *); +int linux_setreuid16(struct thread *, struct linux_setreuid16_args *); +int linux_setregid16(struct thread *, struct linux_setregid16_args *); +int linux_sigsuspend(struct thread *, struct linux_sigsuspend_args *); +int linux_sigpending(struct thread *, struct linux_sigpending_args *); +int linux_setrlimit(struct thread *, struct linux_setrlimit_args *); +int linux_old_getrlimit(struct thread *, struct linux_old_getrlimit_args *); +int linux_getgroups16(struct thread *, struct linux_getgroups16_args *); +int linux_setgroups16(struct thread *, struct linux_setgroups16_args *); +int linux_old_select(struct thread *, struct linux_old_select_args *); +int linux_symlink(struct thread *, struct linux_symlink_args *); +int linux_readlink(struct thread *, struct linux_readlink_args *); +int linux_uselib(struct thread *, struct linux_uselib_args *); +int linux_reboot(struct thread *, struct linux_reboot_args *); +int linux_readdir(struct thread *, struct linux_readdir_args *); +int linux_mmap(struct thread *, struct linux_mmap_args *); +int linux_truncate(struct thread *, struct linux_truncate_args *); +int linux_statfs(struct thread *, struct linux_statfs_args *); +int linux_fstatfs(struct thread *, struct linux_fstatfs_args *); +int linux_ioperm(struct thread *, struct linux_ioperm_args *); +int linux_socketcall(struct thread *, struct linux_socketcall_args *); +int linux_syslog(struct thread *, struct linux_syslog_args *); +int linux_setitimer(struct thread *, struct linux_setitimer_args *); +int linux_getitimer(struct thread *, struct linux_getitimer_args *); +int linux_newstat(struct thread *, struct linux_newstat_args *); +int linux_newlstat(struct thread *, struct linux_newlstat_args *); +int linux_newfstat(struct thread *, struct linux_newfstat_args *); +int linux_uname(struct thread *, struct linux_uname_args *); +int linux_iopl(struct thread *, struct linux_iopl_args *); +int linux_vhangup(struct thread *, struct linux_vhangup_args *); +int linux_vm86old(struct thread *, struct linux_vm86old_args *); +int linux_wait4(struct thread *, struct linux_wait4_args *); +int linux_swapoff(struct thread *, struct linux_swapoff_args *); +int linux_sysinfo(struct thread *, struct linux_sysinfo_args *); +int linux_ipc(struct thread *, struct linux_ipc_args *); +int linux_sigreturn(struct thread *, struct linux_sigreturn_args *); +int linux_clone(struct thread *, struct linux_clone_args *); +int linux_newuname(struct thread *, struct linux_newuname_args *); +int linux_modify_ldt(struct thread *, struct linux_modify_ldt_args *); +int linux_adjtimex(struct thread *, struct linux_adjtimex_args *); +int linux_sigprocmask(struct thread *, struct linux_sigprocmask_args *); +int linux_create_module(struct thread *, struct linux_create_module_args *); +int linux_init_module(struct thread *, struct linux_init_module_args *); +int linux_delete_module(struct thread *, struct linux_delete_module_args *); +int linux_get_kernel_syms(struct thread *, struct linux_get_kernel_syms_args *); +int linux_quotactl(struct thread *, struct linux_quotactl_args *); +int linux_bdflush(struct thread *, struct linux_bdflush_args *); +int linux_sysfs(struct thread *, struct linux_sysfs_args *); +int linux_personality(struct thread *, struct linux_personality_args *); +int linux_setfsuid16(struct thread *, struct linux_setfsuid16_args *); +int linux_setfsgid16(struct thread *, struct linux_setfsgid16_args *); +int linux_llseek(struct thread *, struct linux_llseek_args *); +int linux_getdents(struct thread *, struct linux_getdents_args *); +int linux_select(struct thread *, struct linux_select_args *); +int linux_msync(struct thread *, struct linux_msync_args *); +int linux_getsid(struct thread *, struct linux_getsid_args *); +int linux_fdatasync(struct thread *, struct linux_fdatasync_args *); +int linux_sysctl(struct thread *, struct linux_sysctl_args *); +int linux_sched_setscheduler(struct thread *, struct linux_sched_setscheduler_args *); +int linux_sched_getscheduler(struct thread *, struct linux_sched_getscheduler_args *); +int linux_sched_get_priority_max(struct thread *, struct linux_sched_get_priority_max_args *); +int linux_sched_get_priority_min(struct thread *, struct linux_sched_get_priority_min_args *); +int linux_mremap(struct thread *, struct linux_mremap_args *); +int linux_setresuid16(struct thread *, struct linux_setresuid16_args *); +int linux_getresuid16(struct thread *, struct linux_getresuid16_args *); +int linux_vm86(struct thread *, struct linux_vm86_args *); +int linux_query_module(struct thread *, struct linux_query_module_args *); +int linux_nfsservctl(struct thread *, struct linux_nfsservctl_args *); +int linux_setresgid16(struct thread *, struct linux_setresgid16_args *); +int linux_getresgid16(struct thread *, struct linux_getresgid16_args *); +int linux_prctl(struct thread *, struct linux_prctl_args *); +int linux_rt_sigreturn(struct thread *, struct linux_rt_sigreturn_args *); +int linux_rt_sigaction(struct thread *, struct linux_rt_sigaction_args *); +int linux_rt_sigprocmask(struct thread *, struct linux_rt_sigprocmask_args *); +int linux_rt_sigpending(struct thread *, struct linux_rt_sigpending_args *); +int linux_rt_sigtimedwait(struct thread *, struct linux_rt_sigtimedwait_args *); +int linux_rt_sigqueueinfo(struct thread *, struct linux_rt_sigqueueinfo_args *); +int linux_rt_sigsuspend(struct thread *, struct linux_rt_sigsuspend_args *); +int linux_pread(struct thread *, struct linux_pread_args *); +int linux_pwrite(struct thread *, struct linux_pwrite_args *); +int linux_chown16(struct thread *, struct linux_chown16_args *); +int linux_getcwd(struct thread *, struct linux_getcwd_args *); +int linux_capget(struct thread *, struct linux_capget_args *); +int linux_capset(struct thread *, struct linux_capset_args *); +int linux_sigaltstack(struct thread *, struct linux_sigaltstack_args *); +int linux_sendfile(struct thread *, struct linux_sendfile_args *); +int linux_vfork(struct thread *, struct linux_vfork_args *); +int linux_getrlimit(struct thread *, struct linux_getrlimit_args *); +int linux_mmap2(struct thread *, struct linux_mmap2_args *); +int linux_truncate64(struct thread *, struct linux_truncate64_args *); +int linux_ftruncate64(struct thread *, struct linux_ftruncate64_args *); +int linux_stat64(struct thread *, struct linux_stat64_args *); +int linux_lstat64(struct thread *, struct linux_lstat64_args *); +int linux_fstat64(struct thread *, struct linux_fstat64_args *); +int linux_lchown(struct thread *, struct linux_lchown_args *); +int linux_getuid(struct thread *, struct linux_getuid_args *); +int linux_getgid(struct thread *, struct linux_getgid_args *); +int linux_getgroups(struct thread *, struct linux_getgroups_args *); +int linux_setgroups(struct thread *, struct linux_setgroups_args *); +int linux_chown(struct thread *, struct linux_chown_args *); +int linux_setfsuid(struct thread *, struct linux_setfsuid_args *); +int linux_setfsgid(struct thread *, struct linux_setfsgid_args *); +int linux_pivot_root(struct thread *, struct linux_pivot_root_args *); +int linux_mincore(struct thread *, struct linux_mincore_args *); +int linux_madvise(struct thread *, struct linux_madvise_args *); +int linux_getdents64(struct thread *, struct linux_getdents64_args *); +int linux_fcntl64(struct thread *, struct linux_fcntl64_args *); #ifdef COMPAT_43 diff --git a/sys/i386/linux/linux_sysvec.c b/sys/i386/linux/linux_sysvec.c index 4e273fa..42d150e 100644 --- a/sys/i386/linux/linux_sysvec.c +++ b/sys/i386/linux/linux_sysvec.c @@ -92,14 +92,14 @@ extern struct sysent linux_sysent[LINUX_SYS_MAXSYSCALL]; SET_DECLARE(linux_ioctl_handler_set, struct linux_ioctl_handler); -static int linux_fixup __P((register_t **stack_base, - struct image_params *iparams)); -static int elf_linux_fixup __P((register_t **stack_base, - struct image_params *iparams)); -static void linux_prepsyscall __P((struct trapframe *tf, int *args, - u_int *code, caddr_t *params)); -static void linux_sendsig __P((sig_t catcher, int sig, sigset_t *mask, - u_long code)); +static int linux_fixup(register_t **stack_base, + struct image_params *iparams); +static int elf_linux_fixup(register_t **stack_base, + struct image_params *iparams); +static void linux_prepsyscall(struct trapframe *tf, int *args, + u_int *code, caddr_t *params); +static void linux_sendsig(sig_t catcher, int sig, sigset_t *mask, + u_long code); /* * Linux syscalls return negative errno's, we do positive and map them @@ -717,7 +717,7 @@ linux_prepsyscall(struct trapframe *tf, int *args, u_int *code, caddr_t *params) * be able to modify the interpreter path. We only do this if a linux * binary is doing the exec, so we do not create an EXEC module for it. */ -static int exec_linux_imgact_try __P((struct image_params *iparams)); +static int exec_linux_imgact_try(struct image_params *iparams); static int exec_linux_imgact_try(imgp) |