diff options
author | rsc <devnull@localhost> | 2005-07-13 10:52:08 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-07-13 10:52:08 +0000 |
commit | d7b202dfbd0935c012e1b6b712614a8afcea5cc7 (patch) | |
tree | 0757ff72138541bc17edc34061c9555308bc3ee3 /src/libsunrpc | |
parent | a28c0548f4a9c621c3fce2d0bcf66727694deffa (diff) | |
download | plan9port-d7b202dfbd0935c012e1b6b712614a8afcea5cc7.tar.gz plan9port-d7b202dfbd0935c012e1b6b712614a8afcea5cc7.tar.bz2 plan9port-d7b202dfbd0935c012e1b6b712614a8afcea5cc7.zip |
no c++ comments
Diffstat (limited to 'src/libsunrpc')
-rw-r--r-- | src/libsunrpc/client.c | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/libsunrpc/client.c b/src/libsunrpc/client.c index 9efe6d92..dbcf7b21 100644 --- a/src/libsunrpc/client.c +++ b/src/libsunrpc/client.c @@ -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++; |