1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-17 15:27:36 +00:00

Fix tab breakage from last commit.

Spotted by: bde
This commit is contained in:
Jonathan Lemon 2001-02-17 19:40:22 +00:00
parent 3903274f02
commit 9bfd6482c8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=72576

View File

@ -2205,7 +2205,7 @@ ttwakeup(tp)
if (ISSET(tp->t_state, TS_ASYNC) && tp->t_sigio != NULL)
pgsigio(tp->t_sigio, SIGIO, (tp->t_session != NULL));
wakeup(TSA_HUP_OR_INPUT(tp));
KNOTE(&tp->t_rsel.si_note, 0);
KNOTE(&tp->t_rsel.si_note, 0);
}
/*
@ -2230,7 +2230,7 @@ ttwwakeup(tp)
CLR(tp->t_state, TS_SO_OLOWAT);
wakeup(TSA_OLOWAT(tp));
}
KNOTE(&tp->t_wsel.si_note, 0);
KNOTE(&tp->t_wsel.si_note, 0);
}
/*