diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-03-14 01:27:20 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-03-14 01:27:20 +0000 |
commit | 8327d0774703553db5e1a41a04bfdf4b1797c2ce (patch) | |
tree | ac9a52bace179e17769651fb9f805070d78abe5f /sys/dev/tc/if_le_tc.c | |
parent | 7b2c79b5895287d37f0c4e3adfc396eb7a6c03fb (diff) |
First round of __P removal in sys
Diffstat (limited to 'sys/dev/tc/if_le_tc.c')
-rw-r--r-- | sys/dev/tc/if_le_tc.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/tc/if_le_tc.c b/sys/dev/tc/if_le_tc.c index 853b0b9d3b4..704449b4ef8 100644 --- a/sys/dev/tc/if_le_tc.c +++ b/sys/dev/tc/if_le_tc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_le_tc.c,v 1.4 1998/09/16 22:41:22 jason Exp $ */ +/* $OpenBSD: if_le_tc.c,v 1.5 2002/03/14 01:27:03 millert Exp $ */ /* $NetBSD: if_le_tc.c,v 1.2 1996/05/07 02:24:57 thorpej Exp $ */ /* @@ -53,8 +53,8 @@ #include <dev/tc/if_levar.h> #include <dev/tc/tcvar.h> -int le_tc_match __P((struct device *, void *, void *)); -void le_tc_attach __P((struct device *, struct device *, void *)); +int le_tc_match(struct device *, void *, void *); +void le_tc_attach(struct device *, struct device *, void *); struct cfattach le_tc_ca = { sizeof(struct le_softc), le_tc_match, le_tc_attach |