summaryrefslogtreecommitdiffstats
path: root/sys/coda/coda_fbsd.c
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2002-03-20 05:00:21 +0000
committeralfred <alfred@FreeBSD.org>2002-03-20 05:00:21 +0000
commit62379fef927268e564719e3e766bb3900ef387c7 (patch)
treea15914b256a4797b4822c43c5505b2998e910b0d /sys/coda/coda_fbsd.c
parent803cb2a2ba1f8847bbb7ea2f1c36cfc14a645091 (diff)
downloadFreeBSD-src-62379fef927268e564719e3e766bb3900ef387c7.zip
FreeBSD-src-62379fef927268e564719e3e766bb3900ef387c7.tar.gz
Remove __P.
Diffstat (limited to 'sys/coda/coda_fbsd.c')
-rw-r--r--sys/coda/coda_fbsd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/coda/coda_fbsd.c b/sys/coda/coda_fbsd.c
index fc7c07c..74a7eaa 100644
--- a/sys/coda/coda_fbsd.c
+++ b/sys/coda/coda_fbsd.c
@@ -174,9 +174,9 @@ printf("error = %d\n", error);
/* for DEVFS, using bpf & tun drivers as examples*/
-static void coda_fbsd_drvinit __P((void *unused));
-static void coda_fbsd_drvuninit __P((void *unused));
-static void coda_fbsd_clone __P((void *arg, char *name, int namelen, dev_t *dev));
+static void coda_fbsd_drvinit(void *unused);
+static void coda_fbsd_drvuninit(void *unused);
+static void coda_fbsd_clone(void *arg, char *name, int namelen, dev_t *dev);
static void coda_fbsd_clone(arg, name, namelen, dev)
void *arg;
OpenPOWER on IntegriCloud