diff options
author | 2018-11-18 16:23:14 +0000 | |
---|---|---|
committer | 2018-11-18 16:23:14 +0000 | |
commit | eb421eac64f4ba3f5ff9798d7cb981fa65d1a2bb (patch) | |
tree | 689e2ff756eb19b172f72b064e169baf385c829f | |
parent | Implement malloc_usable_size(); ok millert@ deraadt@ and jmc@ for the man page (diff) | |
download | wireguard-openbsd-eb421eac64f4ba3f5ff9798d7cb981fa65d1a2bb.tar.xz wireguard-openbsd-eb421eac64f4ba3f5ff9798d7cb981fa65d1a2bb.zip |
USB_DEBUG -> UPLCOM_DEBUG.
-rw-r--r-- | sys/dev/usb/uplcom.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/uplcom.c b/sys/dev/usb/uplcom.c index 9802222c6f2..738ae7c147b 100644 --- a/sys/dev/usb/uplcom.c +++ b/sys/dev/usb/uplcom.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uplcom.c,v 1.72 2018/06/18 19:05:24 mikeb Exp $ */ +/* $OpenBSD: uplcom.c,v 1.73 2018/11/18 16:23:14 mpi Exp $ */ /* $NetBSD: uplcom.c,v 1.29 2002/09/23 05:51:23 simonb Exp $ */ /* * Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -254,7 +254,7 @@ uplcom_attach(struct device *parent, struct device *self, void *aux) else sc->sc_type_hx = 0; -#ifdef USB_DEBUG +#ifdef UPLCOM_DEBUG /* print the chip type */ if (sc->sc_type_hx) { DPRINTF(("uplcom_attach: chiptype 2303X\n")); |