diff options
| author | 2002-03-14 01:26:25 +0000 | |
|---|---|---|
| committer | 2002-03-14 01:26:25 +0000 | |
| commit | c4071fd13883b3f74b90a411bbb39755a785aeaa (patch) | |
| tree | 241e7c760222fac909b512d36156c6db1b610256 /sys/arch/sparc/dev/lebuffer.c | |
| parent | compare pointers with NULL not 0 (diff) | |
| download | wireguard-openbsd-c4071fd13883b3f74b90a411bbb39755a785aeaa.tar.xz wireguard-openbsd-c4071fd13883b3f74b90a411bbb39755a785aeaa.zip | |
First round of __P removal in sys
Diffstat (limited to 'sys/arch/sparc/dev/lebuffer.c')
| -rw-r--r-- | sys/arch/sparc/dev/lebuffer.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/sparc/dev/lebuffer.c b/sys/arch/sparc/dev/lebuffer.c index 9e99c092881..fbc3c8d6c32 100644 --- a/sys/arch/sparc/dev/lebuffer.c +++ b/sys/arch/sparc/dev/lebuffer.c @@ -1,4 +1,4 @@ -/* $OpenBSD: lebuffer.c,v 1.4 1998/11/11 00:26:00 jason Exp $ */ +/* $OpenBSD: lebuffer.c,v 1.5 2002/03/14 01:26:43 millert Exp $ */ /* $NetBSD: lebuffer.c,v 1.3 1997/05/24 20:16:28 pk Exp $ */ /* @@ -49,9 +49,9 @@ #include <sparc/dev/lebuffervar.h> #include <sparc/dev/dmareg.h>/*XXX*/ -int lebufprint __P((void *, const char *)); -int lebufmatch __P((struct device *, void *, void *)); -void lebufattach __P((struct device *, struct device *, void *)); +int lebufprint(void *, const char *); +int lebufmatch(struct device *, void *, void *); +void lebufattach(struct device *, struct device *, void *); struct cfattach lebuffer_ca = { sizeof(struct lebuf_softc), lebufmatch, lebufattach |
