aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/ibcs2/ibcs2_xenix.h
diff options
context:
space:
mode:
authorAlfred Perlstein <alfred@FreeBSD.org>2002-03-20 05:48:58 +0000
committerAlfred Perlstein <alfred@FreeBSD.org>2002-03-20 05:48:58 +0000
commitb63dc6ad473b82b196386d0c3dcbd1056cea81df (patch)
tree3d74fd60e2a8454afa80afb555ded6a9f0360780 /sys/i386/ibcs2/ibcs2_xenix.h
parent69c2d429c13b29b1cb66d1990d969d1314f5960f (diff)
downloadsrc-b63dc6ad473b82b196386d0c3dcbd1056cea81df.tar.gz
src-b63dc6ad473b82b196386d0c3dcbd1056cea81df.zip
Remove __P.
Notes
Notes: svn path=/head/; revision=92761
Diffstat (limited to 'sys/i386/ibcs2/ibcs2_xenix.h')
-rw-r--r--sys/i386/ibcs2/ibcs2_xenix.h34
1 files changed, 17 insertions, 17 deletions
diff --git a/sys/i386/ibcs2/ibcs2_xenix.h b/sys/i386/ibcs2/ibcs2_xenix.h
index 07e827f561b4..0c7521d1c762 100644
--- a/sys/i386/ibcs2/ibcs2_xenix.h
+++ b/sys/i386/ibcs2/ibcs2_xenix.h
@@ -82,23 +82,23 @@ struct ibcs2_rename_args {
struct xenix_utsname_args {
long addr; char addr_[PAD_(long)];
};
-int xenix_rdchk __P((struct thread *, struct xenix_rdchk_args *));
-int xenix_chsize __P((struct thread *, struct xenix_chsize_args *));
-int xenix_ftime __P((struct thread *, struct xenix_ftime_args *));
-int xenix_nap __P((struct thread *, struct xenix_nap_args *));
-int xenix_scoinfo __P((struct thread *, struct xenix_scoinfo_args *));
-int xenix_eaccess __P((struct thread *, struct xenix_eaccess_args *));
-int ibcs2_sigaction __P((struct thread *, struct ibcs2_sigaction_args *));
-int ibcs2_sigprocmask __P((struct thread *, struct ibcs2_sigprocmask_args *));
-int ibcs2_sigpending __P((struct thread *, struct ibcs2_sigpending_args *));
-int ibcs2_sigsuspend __P((struct thread *, struct ibcs2_sigsuspend_args *));
-int ibcs2_getgroups __P((struct thread *, struct ibcs2_getgroups_args *));
-int ibcs2_setgroups __P((struct thread *, struct ibcs2_setgroups_args *));
-int ibcs2_sysconf __P((struct thread *, struct ibcs2_sysconf_args *));
-int ibcs2_pathconf __P((struct thread *, struct ibcs2_pathconf_args *));
-int ibcs2_fpathconf __P((struct thread *, struct ibcs2_fpathconf_args *));
-int ibcs2_rename __P((struct thread *, struct ibcs2_rename_args *));
-int xenix_utsname __P((struct thread *, struct xenix_utsname_args *));
+int xenix_rdchk(struct thread *, struct xenix_rdchk_args *);
+int xenix_chsize(struct thread *, struct xenix_chsize_args *);
+int xenix_ftime(struct thread *, struct xenix_ftime_args *);
+int xenix_nap(struct thread *, struct xenix_nap_args *);
+int xenix_scoinfo(struct thread *, struct xenix_scoinfo_args *);
+int xenix_eaccess(struct thread *, struct xenix_eaccess_args *);
+int ibcs2_sigaction(struct thread *, struct ibcs2_sigaction_args *);
+int ibcs2_sigprocmask(struct thread *, struct ibcs2_sigprocmask_args *);
+int ibcs2_sigpending(struct thread *, struct ibcs2_sigpending_args *);
+int ibcs2_sigsuspend(struct thread *, struct ibcs2_sigsuspend_args *);
+int ibcs2_getgroups(struct thread *, struct ibcs2_getgroups_args *);
+int ibcs2_setgroups(struct thread *, struct ibcs2_setgroups_args *);
+int ibcs2_sysconf(struct thread *, struct ibcs2_sysconf_args *);
+int ibcs2_pathconf(struct thread *, struct ibcs2_pathconf_args *);
+int ibcs2_fpathconf(struct thread *, struct ibcs2_fpathconf_args *);
+int ibcs2_rename(struct thread *, struct ibcs2_rename_args *);
+int xenix_utsname(struct thread *, struct xenix_utsname_args *);
#ifdef COMPAT_43