Bug in SUN Kernel RPC
chris at mimsy.UUCP
chris at mimsy.UUCP
Wed Feb 18 18:18:41 AEST 1987
In article <1601 at brl-adm.ARPA> dpk at BRL.ARPA (Doug Kingston) suggests
changing an
sbwakeup(&p->cku_sock->so_rcv);
to
sbwakeup(&p->cku_sock->so_rcv.sb_cc);
Yet sbwakeup() takes a `struct sockbuf *', not an `int *', and does
a wakeup on &sb->sb_cc. How can the above be right?
--
In-Real-Life: Chris Torek, Univ of MD Comp Sci Dept (+1 301 454 7690)
UUCP: seismo!mimsy!chris ARPA/CSNet: chris at mimsy.umd.edu
More information about the Comp.unix.wizards
mailing list