Generally, in the absence of va_copy() the accepted fallback is memcpy(&dst, &src, sizeof(va_list)) I even believe the autoconf manual suggests this.
FreeBSD < 4.10 doesn't have va_copy() and this patch definately works in FreeBSD 4.9 on x86
Patch to giftconfig.h
Log in to post a comment.
Patch to giftconfig.h