Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic Fix the build by adding 'sc_hup_pending' member t...



details:   https://anonhg.NetBSD.org/src/rev/3a372b83b1a1
branches:  trunk
changeset: 1024186:3a372b83b1a1
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Tue Oct 12 00:21:34 2021 +0000

description:
Fix the build by adding 'sc_hup_pending' member to com_softc that
was apparently forgotten.

diffstat:

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

diffs (17 lines):

diff -r 172bed26399c -r 3a372b83b1a1 sys/dev/ic/comvar.h
--- a/sys/dev/ic/comvar.h       Mon Oct 11 20:31:06 2021 +0000
+++ b/sys/dev/ic/comvar.h       Tue Oct 12 00:21:34 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: comvar.h,v 1.94 2021/03/25 05:34:49 rin Exp $  */
+/*     $NetBSD: comvar.h,v 1.95 2021/10/12 00:21:34 thorpej Exp $      */
 
 /*
  * Copyright (c) 1996 Christopher G. Demetriou.  All rights reserved.
@@ -125,6 +125,7 @@
 
        callout_t sc_diag_callout;
        callout_t sc_poll_callout;
+       struct timeval sc_hup_pending;
 
        int sc_frequency;
 



Home | Main Index | Thread Index | Old Index