tno c++ comments - plan9port - [fork] Plan 9 from user space
HTML git clone git://src.adamsgaard.dk/plan9port
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit d7b202dfbd0935c012e1b6b712614a8afcea5cc7
DIR parent a28c0548f4a9c621c3fce2d0bcf66727694deffa
HTML Author: rsc <devnull@localhost>
Date: Wed, 13 Jul 2005 10:52:08 +0000
no c++ comments
Diffstat:
M src/libsunrpc/client.c | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
---
DIR diff --git a/src/libsunrpc/client.c b/src/libsunrpc/client.c
t@@ -354,9 +354,12 @@ sunclientclose(SunClient *cli)
if(!cli->timertid)
n++;
while(n < 2){
- // threadint(cli->nettid);
- // if(cli->timertid)
- // threadint(cli->timertid);
+/*
+ threadint(cli->nettid);
+ if(cli->timertid)
+ threadint(cli->timertid);
+*/
+
yield();
while(nbrecv(cli->dying, nil) == 1)
n++;