diff options
author | briggs <briggs@cvs.openbsd.org> | 1997-03-12 13:37:02 +0000 |
---|---|---|
committer | briggs <briggs@cvs.openbsd.org> | 1997-03-12 13:37:02 +0000 |
commit | 8f99a2710ce0e52fc56f7952b4fb9d4e16ce96c7 (patch) | |
tree | 991a8092fe277fafe95f444a3bf8d84ac5b9ee3e /sys/arch/mac68k/dev/zs.c | |
parent | a194f37816e1e5528129b12e336f3c88b1fea781 (diff) |
Remove some more warnings left over from NetBSD's new config.
Diffstat (limited to 'sys/arch/mac68k/dev/zs.c')
-rw-r--r-- | sys/arch/mac68k/dev/zs.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/mac68k/dev/zs.c b/sys/arch/mac68k/dev/zs.c index 8cdeb5fa071..9c27764eca4 100644 --- a/sys/arch/mac68k/dev/zs.c +++ b/sys/arch/mac68k/dev/zs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: zs.c,v 1.8 1997/03/11 21:03:03 gene Exp $ */ +/* $OpenBSD: zs.c,v 1.9 1997/03/12 13:36:59 briggs Exp $ */ /* $NetBSD: zs.c,v 1.12 1996/12/18 05:04:22 scottr Exp $ */ /* @@ -204,9 +204,9 @@ int zssoft __P((void *)); * Is the zs chip present? */ static int -zsc_match(parent, cf, aux) +zsc_match(parent, vcf, aux) struct device *parent; - void *cf; + void *vcf; void *aux; { return 1; |