Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!cbatt!gatech!lll-lcc!seismo!mimsy!chris From: chris@mimsy.UUCP Newsgroups: comp.unix.wizards Subject: Re: Bug in SUN Kernel RPC Message-ID: <5487@mimsy.UUCP> Date: Wed, 18-Feb-87 03:18:41 EST Article-I.D.: mimsy.5487 Posted: Wed Feb 18 03:18:41 1987 Date-Received: Thu, 19-Feb-87 06:50:43 EST References: <1601@brl-adm.ARPA> Organization: U of Maryland, Dept. of Computer Science, Coll. Pk., MD 20742 Lines: 14 In article <1601@brl-adm.ARPA> dpk@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@mimsy.umd.edu