Source-Changes-HG archive

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

[src/kqueue]: src/sys/dev/isa Oops, selwakeup -> selnotify



details:   https://anonhg.NetBSD.org/src/rev/49693561035b
branches:  kqueue
changeset: 512428:49693561035b
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Wed Sep 12 00:47:21 2001 +0000

description:
Oops, selwakeup -> selnotify

diffstat:

 sys/dev/isa/satlink.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9ce2b80bdafb -r 49693561035b sys/dev/isa/satlink.c
--- a/sys/dev/isa/satlink.c     Tue Sep 11 21:53:09 2001 +0000
+++ b/sys/dev/isa/satlink.c     Wed Sep 12 00:47:21 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: satlink.c,v 1.11.4.2 2001/09/11 21:53:09 thorpej Exp $ */
+/*     $NetBSD: satlink.c,v 1.11.4.3 2001/09/12 00:47:21 thorpej Exp $ */
 
 /*-
  * Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -507,7 +507,7 @@
        }
 
        /* Wake up anyone blocked in poll... */
-       selwakeup(&sc->sc_selq);
+       selnotify(&sc->sc_selq, 0);
 
  out:
        callout_reset(&sc->sc_ch, SATLINK_TIMEOUT, satlinktimeout, sc);



Home | Main Index | Thread Index | Old Index