On Fri, 10 Jan 2020 at 14:43, David Wolfskill <[email protected]> wrote:
> On Fri, Jan 10, 2020 at 04:50:24PM +0700, Eugene Grosbein wrote: > > 10.01.2020 2:58, Baptiste Daroussin wrote: > > > > > Author: bapt > > > Date: Thu Jan 9 19:58:05 2020 > > > New Revision: 356566 > > > URL: https://svnweb.freebsd.org/changeset/base/356566 > > > ... > > This commit broke source upgrade path from 10.4-STABLE to stable/11: > > > > rcfile.c:168:5: error: implicit declaration of function 'dprintf' is > invalid in C99 [-Werror,-Wimplicit-function-declaration] > > dprintf(STDERR_FILENO, "warning: section > name [%s] contains lower-case letters\n", sectname); > > ^ > > 1 error generated. > > .... > > I got the same error (on two separate machines) attempting an in-place > src update from stable/11 @r356547 to r356593. > In FreeBSD 11, dprintf() needs #define _WITH_DPRINTF "prior to the inclusion of <*stdio.h*>" _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
