summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/if_cx.c
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2002-03-20 07:51:46 +0000
committeralfred <alfred@FreeBSD.org>2002-03-20 07:51:46 +0000
commit728484a7457c5aef1f6a3d30a7bf3f6e215bf900 (patch)
tree30a9106ca00a2f588e91084d486ef8f073bf1b46 /sys/i386/isa/if_cx.c
parent064c0537d11ac3c5a37db86bdd0cb077e0532f0a (diff)
downloadFreeBSD-src-728484a7457c5aef1f6a3d30a7bf3f6e215bf900.zip
FreeBSD-src-728484a7457c5aef1f6a3d30a7bf3f6e215bf900.tar.gz
Remove __P.
Diffstat (limited to 'sys/i386/isa/if_cx.c')
-rw-r--r--sys/i386/isa/if_cx.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/i386/isa/if_cx.c b/sys/i386/isa/if_cx.c
index 9201fbd..392c9a2 100644
--- a/sys/i386/isa/if_cx.c
+++ b/sys/i386/isa/if_cx.c
@@ -53,13 +53,13 @@
/* XXX exported. */
void cxswitch (cx_chan_t *c, cx_soft_opt_t new);
-static int cxprobe __P((struct isa_device *id));
-static int cxattach __P((struct isa_device *id));
-static void cxput __P((cx_chan_t *c, char b));
-static void cxsend __P((cx_chan_t *c));
-static void cxrinth __P((cx_chan_t *c));
+static int cxprobe(struct isa_device *id);
+static int cxattach(struct isa_device *id);
+static void cxput(cx_chan_t *c, char b);
+static void cxsend(cx_chan_t *c);
+static void cxrinth(cx_chan_t *c);
static ointhand2_t cxintr;
-static int cxtinth __P((cx_chan_t *c));
+static int cxtinth(cx_chan_t *c);
#ifdef DEBUG
# define print(s) printf s
OpenPOWER on IntegriCloud