commit 973131adc41df0cae90eb35431047b697294809f from: rsc date: Tue Feb 14 19:39:40 2006 UTC note ansi braindamage commit - 3449b18918ac83c6d85cc31b87a3afbfadfceeeb commit + 973131adc41df0cae90eb35431047b697294809f blob - 2d5bbd7ec10e6ebb5bb91bc63dcf74b11de2a8f4 blob + c0fd414614b3f9f3274b8ad3d67fa69736c5fb63 --- man/man3/ioproc.3 +++ man/man3/ioproc.3 @@ -194,3 +194,9 @@ ioread(Ioproc *io, int fd, void *a, long n) .SH BUGS .I Iointerrupt is currently unimplemented. +.PP +C99 disallows the use of pointers to +.BR va_list . +This interface will have to change to +use pointers to a structure containing a +.BR va_list .