summaryrefslogtreecommitdiff
path: root/sys/dev/tc/tc.c
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2002-03-14 03:16:15 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2002-03-14 03:16:15 +0000
commite63dc855fe4ff1aa0029ebf9813134860a34ccdf (patch)
treec2aa960c67a99a878c8902943399029fa598683f /sys/dev/tc/tc.c
parent71eb96ce8a9190e7ffeccbabd7a5ec4f3b4fc72f (diff)
Final __P removal plus some cosmetic fixups
Diffstat (limited to 'sys/dev/tc/tc.c')
-rw-r--r--sys/dev/tc/tc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/tc/tc.c b/sys/dev/tc/tc.c
index 382d80119d1..63a132da7a3 100644
--- a/sys/dev/tc/tc.c
+++ b/sys/dev/tc/tc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tc.c,v 1.10 2002/03/14 01:27:03 millert Exp $ */
+/* $OpenBSD: tc.c,v 1.11 2002/03/14 03:16:08 millert Exp $ */
/* $NetBSD: tc.c,v 1.20 1996/10/22 21:37:29 cgd Exp $ */
/*
@@ -45,8 +45,8 @@ struct tc_softc {
int sc_nslots;
struct tc_slotdesc *sc_slots;
- void (*sc_intr_establish) __P((struct device *, void *,
- tc_intrlevel_t, int (*)(void *), void *));
+ void (*sc_intr_establish)(struct device *, void *,
+ tc_intrlevel_t, int (*)(void *), void *);
void (*sc_intr_disestablish)(struct device *, void *);
};