From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Thu, 16 Sep 2004 10:49:27 -0400 From: jmk@plan9.bell-labs.com To: 9fans@cse.psu.edu MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] u9fs and va_copy() Topicbox-Message-UUID: e2d80a64-eacd-11e9-9e20-41e7f4b1d025 Eric Van Hensbergen has provided a fix for u9fs on the PowerPC. The va_copy() macro is needed if the type of va_list is not an array (as it is on all the current Plan 9 compilers I believe). There may be other software ported between Plan 9 and other systems which could run foul of the va_copy() macro. Should we add it to the Plan9 header files and check all our code conforms to the correct use of variable arguments as specified in C99? --jim