diff options
| author | 2006-01-05 10:43:15 +0000 | |
|---|---|---|
| committer | 2006-01-05 10:43:15 +0000 | |
| commit | f57d9f10ab2820f81f5322e8f2dcdb5ee788fbcf (patch) | |
| tree | db4af8493b6a4b094616ce9ffc2c7bc31248316c /sys/dev/isa/gscsio.c | |
| parent | cleanup, move log.h and rcs.h inclusion into rcsprog.h; (diff) | |
| download | wireguard-openbsd-f57d9f10ab2820f81f5322e8f2dcdb5ee788fbcf.tar.xz wireguard-openbsd-f57d9f10ab2820f81f5322e8f2dcdb5ee788fbcf.zip | |
knf
Diffstat (limited to 'sys/dev/isa/gscsio.c')
| -rw-r--r-- | sys/dev/isa/gscsio.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isa/gscsio.c b/sys/dev/isa/gscsio.c index 6de6a02448d..469af381223 100644 --- a/sys/dev/isa/gscsio.c +++ b/sys/dev/isa/gscsio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: gscsio.c,v 1.7 2006/01/01 20:52:26 deraadt Exp $ */ +/* $OpenBSD: gscsio.c,v 1.8 2006/01/05 10:43:15 grange Exp $ */ /* * Copyright (c) 2004 Alexander Yurchenko <grange@openbsd.org> * @@ -250,7 +250,7 @@ gscsio_acb_init(struct gscsio_acb *acb, i2c_tag_t tag) tag->ic_read_byte = gscsio_acb_read_byte; tag->ic_write_byte = gscsio_acb_write_byte; - bzero(&iba, sizeof iba); + bzero(&iba, sizeof(iba)); iba.iba_name = "iic"; iba.iba_tag = tag; config_found(&sc->sc_dev, &iba, iicbus_print); |
