diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-05-07 04:33:34 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-05-07 04:33:34 +0000 |
commit | 7d54a043f02a9ab000b00d79cd05c57c3543c898 (patch) | |
tree | cbc6051f13ebeeefabb297beec35034d1ef9b14e /sys/dev/usb/if_upl.c | |
parent | a8b5a2d4375a4434a0a6db9a4327408aee37ac3c (diff) |
string cleanup; nate ok
Diffstat (limited to 'sys/dev/usb/if_upl.c')
-rw-r--r-- | sys/dev/usb/if_upl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/if_upl.c b/sys/dev/usb/if_upl.c index ed1bb59883a..72c7b99f72c 100644 --- a/sys/dev/usb/if_upl.c +++ b/sys/dev/usb/if_upl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_upl.c,v 1.13 2003/01/07 09:00:34 kjc Exp $ */ +/* $OpenBSD: if_upl.c,v 1.14 2003/05/07 04:33:33 deraadt Exp $ */ /* $NetBSD: if_upl.c,v 1.19 2002/07/11 21:14:26 augustss Exp $ */ /* * Copyright (c) 2000 The NetBSD Foundation, Inc. @@ -258,7 +258,7 @@ USB_ATTACH(upl) DPRINTFN(5,(" : upl_attach: sc=%p, dev=%p", sc, dev)); - usbd_devinfo(dev, 0, devinfo); + usbd_devinfo(dev, 0, devinfo, sizeof devinfo); USB_ATTACH_SETUP; printf("%s: %s\n", USBDEVNAME(sc->sc_dev), devinfo); |