From mboxrd@z Thu Jan 1 00:00:00 1970 From: quanstro@labs.coraid.com (erik quanstrom) Date: Thu, 17 Mar 2011 17:38:03 -0400 Subject: [9fans] new dial, cs and dns for ipv6 In-Reply-To: <746a0e4ab7eb9b1605ba98f3c7702316@plan9.bell-labs.com> References: <746a0e4ab7eb9b1605ba98f3c7702316@plan9.bell-labs.com> Message-ID: Topicbox-Message-UUID: bc76d946-ead6-11e9-9d60-3106f5b1d025 On Thu Mar 17 17:01:51 EDT 2011, geoff at plan9.bell-labs.com wrote: > Such programs need to be changed to use a proc rather than > a thread for dialing (or linked with the old version of dial.c > temporarily). Sorry. i suppose that one could trot out an old trick and do static int (*_dialrforkimpl)(int) = rfork; int _dialprocrfork(int) { procrfork(...); } and let the thread library set this up, along with the few other library functions that need to be overridden? - erik