svn commit: r356566 - stable/11/contrib/smbfs/lib/smb

Sergey Kandaurov pluknet at gmail.com
Fri Jan 10 11:57:28 UTC 2020


On Fri, 10 Jan 2020 at 14:43, David Wolfskill <david at catwhisker.org> 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*>"


More information about the svn-src-all mailing list