$OpenBSD: patch-Objects_stringobject_c,v 1.1 2002/03/16 15:24:26 drahn Exp $
--- Objects/stringobject.c.orig	Thu Mar 14 22:01:00 2002
+++ Objects/stringobject.c	Thu Mar 14 22:01:54 2002
@@ -175,7 +175,11 @@ PyString_FromFormatV(const char *format,
 #ifdef VA_LIST_IS_ARRAY
 	memcpy(count, vargs, sizeof(va_list));
 #else
+#ifdef  __va_copy
+	__va_copy(count, vargs);
+#else
 	count = vargs;
+#endif
 #endif
 	/* step 1: figure out how large a buffer we need */
 	for (f = format; *f; f++) {
