search for: freebsd_4

Displaying 1 result from an estimated 1 matches for "freebsd_4".

Did you mean: freebsd4
2006 Jun 13
1
R-2.3.1 does not install on FreeBSD 4.11-RELEASE (PR#8971)
...Apr 10 07:19:28 2006 +++ src/main/printutils.c Tue Jun 13 12:07:05 2006 @@ -579,14 +579,15 @@ (con->vfprintf)(con, format, argcopy); va_end(argcopy); #else /* don't support sink(,split=TRUE) */ - va_start(arg, format); + /* va_start(arg, format); */ /* not for FREEBSD_4 */ (con->vfprintf)(con, format, arg); - va_end(arg); + /* va_end(arg); */ + /* not for FREEBSD_4 */ #endif con->fflush(con); con_num = getActiveSink(i++); #ifndef HAVE_VA_COPY - if (con_num>0) error("Internal error: this platform does not sup...