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_levar.h | |
parent | 7b2c79b5895287d37f0c4e3adfc396eb7a6c03fb (diff) |
First round of __P removal in sys
Diffstat (limited to 'sys/dev/tc/if_levar.h')
-rw-r--r-- | sys/dev/tc/if_levar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/tc/if_levar.h b/sys/dev/tc/if_levar.h index 818b6d08ecb..25843885576 100644 --- a/sys/dev/tc/if_levar.h +++ b/sys/dev/tc/if_levar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_levar.h,v 1.4 1997/11/07 08:07:51 niklas Exp $ */ +/* $OpenBSD: if_levar.h,v 1.5 2002/03/14 01:27:03 millert Exp $ */ /* $NetBSD: if_levar.h,v 1.3 1996/05/07 02:24:58 thorpej Exp $ */ /*- @@ -66,4 +66,4 @@ struct le_softc { struct lereg1 *sc_r1; /* LANCE registers */ }; -void dec_le_common_attach __P((struct am7990_softc *, u_char *)); +void dec_le_common_attach(struct am7990_softc *, u_char *); |