From e8c2dba342a739dd9dd4e06ec2c2610ec67289db Mon Sep 17 00:00:00 2001 From: deraadt Date: Wed, 7 May 2003 04:33:33 +0000 Subject: string cleanup; nate ok --- sys/dev/usb/umass.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/usb/umass.c') diff --git a/sys/dev/usb/umass.c b/sys/dev/usb/umass.c index 5e9516e3515..ae7dc941aa6 100644 --- a/sys/dev/usb/umass.c +++ b/sys/dev/usb/umass.c @@ -1,4 +1,4 @@ -/* $OpenBSD: umass.c,v 1.22 2003/04/27 11:22:54 ho Exp $ */ +/* $OpenBSD: umass.c,v 1.23 2003/05/07 04:33:33 deraadt Exp $ */ /* $NetBSD: umass.c,v 1.49 2001/01/21 18:56:38 augustss Exp $ */ /*- * Copyright (c) 1999 MAEKAWA Masahide , @@ -890,7 +890,7 @@ USB_ATTACH(umass) * call umass_detach without specifically initialising the struct. */ - usbd_devinfo(uaa->device, 0, devinfo); + usbd_devinfo(uaa->device, 0, devinfo, sizeof devinfo); USB_ATTACH_SETUP; sc->iface = uaa->iface; -- cgit v1.2.3-59-g8ed1b