diff options
author | 2006-03-27 09:29:01 +0000 | |
---|---|---|
committer | 2006-03-27 09:29:01 +0000 | |
commit | d7722f80174f66f8f88dd27ba6911f62f55e455f (patch) | |
tree | 5008fc1c0a5cde0c1748fbdfb4bb84afd53685d1 /sys | |
parent | oops! fix from xsa; (diff) | |
download | wireguard-openbsd-d7722f80174f66f8f88dd27ba6911f62f55e455f.tar.xz wireguard-openbsd-d7722f80174f66f8f88dd27ba6911f62f55e455f.zip |
Fix compilation when UVISOR_DEBUG is defined.
From Alexandre Ratchov.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/usb/uvisor.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/uvisor.c b/sys/dev/usb/uvisor.c index 0160b8b2e41..b1e073cafbe 100644 --- a/sys/dev/usb/uvisor.c +++ b/sys/dev/usb/uvisor.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uvisor.c,v 1.24 2006/03/14 10:18:10 dlg Exp $ */ +/* $OpenBSD: uvisor.c,v 1.25 2006/03/27 09:29:01 jsg Exp $ */ /* $NetBSD: uvisor.c,v 1.21 2003/08/03 21:59:26 nathanw Exp $ */ /* @@ -440,7 +440,7 @@ uvisor_init(struct uvisor_softc *sc, struct uvisor_connection_info *ci, * switch them over to using visor. dont do free space * checks on them since they dont like them either. */ - DPRINTF(("switching role for CLIE probe\n")) + DPRINTF(("switching role for CLIE probe\n")); sc->sc_flags = CLIE4; err = 0; } |