Fix the code fragment clobbered in my last commit.

This commit is contained in:
tanimura 2002-04-27 09:33:49 +00:00
parent dbb4756491
commit 6d8e4294e0
2 changed files with 4 additions and 0 deletions

View File

@ -268,6 +268,8 @@ sonewconn(head, connstatus)
SIGIO_SLOCK();
sorwakeup_locked(head);
SIGIO_SUNLOCK();
wakeup((caddr_t)&head->so_timeo);
so->so_state |= connstatus;
}
return (so);
}

View File

@ -268,6 +268,8 @@ sonewconn(head, connstatus)
SIGIO_SLOCK();
sorwakeup_locked(head);
SIGIO_SUNLOCK();
wakeup((caddr_t)&head->so_timeo);
so->so_state |= connstatus;
}
return (so);
}