From a11b0bc7ef9aa0716078fb29c8eeb46df0f454bf Mon Sep 17 00:00:00 2001 From: obrien Date: Wed, 20 Mar 2002 18:58:47 +0000 Subject: Remove __P(). This was tested on the GENERIC kernel. --- sys/alpha/osf1/osf1_misc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/alpha/osf1/osf1_misc.c') diff --git a/sys/alpha/osf1/osf1_misc.c b/sys/alpha/osf1/osf1_misc.c index 235ba90..7c82947 100644 --- a/sys/alpha/osf1/osf1_misc.c +++ b/sys/alpha/osf1/osf1_misc.c @@ -90,8 +90,8 @@ #include #include -static void cvtstat2osf1 __P((struct stat *, struct osf1_stat *)); -static int osf2bsd_pathconf __P((int *)); +static void cvtstat2osf1(struct stat *, struct osf1_stat *); +static int osf2bsd_pathconf(int *); static const char osf1_emul_path[] = "/compat/osf1"; /* -- cgit v1.1