Date: Mon, 27 Mar 2017 13:25:33 -0400 From: John Jasen <jjasen@gmail.com> To: freebsd-net@freebsd.org Subject: Re: Error at the time of compiling netmap-fwd on -CURRENT Message-ID: <bd28ff3b-6800-007d-949e-e0bd826ff425@gmail.com> In-Reply-To: <mailman.17.1490616000.59180.freebsd-net@freebsd.org> References: <mailman.17.1490616000.59180.freebsd-net@freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
FreeBSD 11 and prior, dprintf in stdio.h had to be specifically called by setting particular defines. These were removed in -CURRENT, which caused dprintf from /usr/include/stdio.h to coflict with the declarations in netmap-fwd. Commenting out the #define and the int dprintf statements in netmap-fwd/util.h and util.c allowed it to compile and mostly work.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bd28ff3b-6800-007d-949e-e0bd826ff425>