summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/dev/uperf.c
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2002-03-14 01:27:20 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2002-03-14 01:27:20 +0000
commit8327d0774703553db5e1a41a04bfdf4b1797c2ce (patch)
treeac9a52bace179e17769651fb9f805070d78abe5f /sys/arch/sparc64/dev/uperf.c
parent7b2c79b5895287d37f0c4e3adfc396eb7a6c03fb (diff)
First round of __P removal in sys
Diffstat (limited to 'sys/arch/sparc64/dev/uperf.c')
-rw-r--r--sys/arch/sparc64/dev/uperf.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/arch/sparc64/dev/uperf.c b/sys/arch/sparc64/dev/uperf.c
index fcb24f4f737..71a2944cc5e 100644
--- a/sys/arch/sparc64/dev/uperf.c
+++ b/sys/arch/sparc64/dev/uperf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uperf.c,v 1.2 2002/01/31 18:35:19 jason Exp $ */
+/* $OpenBSD: uperf.c,v 1.3 2002/03/14 01:26:44 millert Exp $ */
/*
* Copyright (c) 2002 Jason L. Wright (jason@thought.net)
@@ -50,10 +50,10 @@ struct cfdriver uperf_cd = {
NULL, "uperf", DV_DULL
};
-int uperf_getcntsrc __P((struct uperf_softc *, struct uperf_io *));
-int uperf_findbyval __P((struct uperf_softc *, int, u_int, int *));
-int uperf_findbysrc __P((struct uperf_softc *, int, int, u_int32_t *));
-int uperf_setcntsrc __P((struct uperf_softc *, struct uperf_io *));
+int uperf_getcntsrc(struct uperf_softc *, struct uperf_io *);
+int uperf_findbyval(struct uperf_softc *, int, u_int, int *);
+int uperf_findbysrc(struct uperf_softc *, int, int, u_int32_t *);
+int uperf_setcntsrc(struct uperf_softc *, struct uperf_io *);
int
uperfopen(dev, flags, mode, p)