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 Change isdone to bool. Missed in previous ...



details:   https://anonhg.NetBSD.org/src/rev/be7f32015947
branches:  nick-nhusb
changeset: 334186:be7f32015947
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Apr 04 06:19:02 2015 +0000

description:
Change isdone to bool.  Missed in previous commit.

diffstat:

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

diffs (18 lines):

diff -r 232b838ddbd2 -r be7f32015947 sys/dev/usb/uhcivar.h
--- a/sys/dev/usb/uhcivar.h     Fri Apr 03 21:33:23 2015 +0000
+++ b/sys/dev/usb/uhcivar.h     Sat Apr 04 06:19:02 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uhcivar.h,v 1.52.14.5 2015/03/19 17:26:43 skrll Exp $  */
+/*     $NetBSD: uhcivar.h,v 1.52.14.6 2015/04/04 06:19:02 skrll Exp $  */
 
 /*
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -72,7 +72,7 @@
        uhci_soft_td_t *stdstart;
        uhci_soft_td_t *stdend;
        LIST_ENTRY(uhci_intr_info) list;
-       int isdone;     /* used only when DIAGNOSTIC is defined */
+       bool isdone;    /* used only when DIAGNOSTIC is defined */
 } uhci_intr_info_t;
 
 struct uhci_xfer {



Home | Main Index | Thread Index | Old Index