summaryrefslogtreecommitdiffstats
path: root/sys/alpha/osf1/osf1_misc.c
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-03-20 18:58:47 +0000
committerobrien <obrien@FreeBSD.org>2002-03-20 18:58:47 +0000
commita11b0bc7ef9aa0716078fb29c8eeb46df0f454bf (patch)
treeaa4a8b1f00274b707255148923fbee6b3b0e8414 /sys/alpha/osf1/osf1_misc.c
parent37ff43589ebd29f29200833b6772e1ea25901790 (diff)
downloadFreeBSD-src-a11b0bc7ef9aa0716078fb29c8eeb46df0f454bf.zip
FreeBSD-src-a11b0bc7ef9aa0716078fb29c8eeb46df0f454bf.tar.gz
Remove __P(). This was tested on the GENERIC kernel.
Diffstat (limited to 'sys/alpha/osf1/osf1_misc.c')
-rw-r--r--sys/alpha/osf1/osf1_misc.c4
1 files changed, 2 insertions, 2 deletions
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 <machine/fpu.h>
#include <machine/rpb.h>
-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";
/*
OpenPOWER on IntegriCloud