73c73 < va_list args; --- > void* args; /* hackish fix by positron@gnu.org */ 113c113 < pf->args = args; --- > pf->args = (void*)args; /* hackish fix by positron@gnu.org */