Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/nick-nhusb]: src/sys/dev/usb Fix compile - missed commit.



details:   https://anonhg.NetBSD.org/src/rev/5bf402c1e766
branches:  nick-nhusb
changeset: 334509:5bf402c1e766
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun May 29 08:18:45 2016 +0000

description:
Fix compile - missed commit.

diffstat:

 sys/dev/usb/if_upgtvar.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 204c9a78a18d -r 5bf402c1e766 sys/dev/usb/if_upgtvar.h
--- a/sys/dev/usb/if_upgtvar.h  Sun May 29 06:13:02 2016 +0000
+++ b/sys/dev/usb/if_upgtvar.h  Sun May 29 08:18:45 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_upgtvar.h,v 1.1.44.2 2016/03/20 08:42:19 skrll Exp $        */
+/*     $NetBSD: if_upgtvar.h,v 1.1.44.3 2016/05/29 08:18:45 skrll Exp $        */
 /*     $OpenBSD: if_upgtvar.h,v 1.15 2009/08/10 20:02:19 deraadt Exp $ */
 
 /*
@@ -412,6 +412,7 @@
        struct upgt_data         cmd_data;
        int                      tx_queued;
        kmutex_t                 sc_mtx;
+       kcondvar_t               sc_cv;
 
        uint8_t                  sc_device_type;
        struct ieee80211com      sc_ic;



Home | Main Index | Thread Index | Old Index