From 8327d0774703553db5e1a41a04bfdf4b1797c2ce Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Thu, 14 Mar 2002 01:27:20 +0000 Subject: First round of __P removal in sys --- sys/arch/mvme68k/dev/if_le.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'sys/arch/mvme68k/dev/if_le.c') diff --git a/sys/arch/mvme68k/dev/if_le.c b/sys/arch/mvme68k/dev/if_le.c index 23495ef9ac0..222888e9662 100644 --- a/sys/arch/mvme68k/dev/if_le.c +++ b/sys/arch/mvme68k/dev/if_le.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_le.c,v 1.16 2001/12/21 20:45:51 miod Exp $ */ +/* $OpenBSD: if_le.c,v 1.17 2002/03/14 01:26:37 millert Exp $ */ /*- * Copyright (c) 1982, 1992, 1993 @@ -80,10 +80,10 @@ struct cfattach le_ca = { static int lebustype; -hide void lewrcsr __P((struct am7990_softc *, u_int16_t, u_int16_t)); -hide u_int16_t lerdcsr __P((struct am7990_softc *, u_int16_t)); -hide void vlewrcsr __P((struct am7990_softc *, u_int16_t, u_int16_t)); -hide u_int16_t vlerdcsr __P((struct am7990_softc *, u_int16_t)); +hide void lewrcsr(struct am7990_softc *, u_int16_t, u_int16_t); +hide u_int16_t lerdcsr(struct am7990_softc *, u_int16_t); +hide void vlewrcsr(struct am7990_softc *, u_int16_t, u_int16_t); +hide u_int16_t vlerdcsr(struct am7990_softc *, u_int16_t); /* send command to the nvram controller */ nvram_cmd(sc, cmd, addr ) -- cgit v1.2.3