On Tue, Sep 08, 2026 at 11:15:34AM +0100, Marat Khalili wrote: > Macro `dprintf` defined in `cmdline_cirbuf.h` may clash with eponymous > glibc macro. Add `cmdline_` prefix to the one defined by DPDK. > > Signed-off-by: Marat Khalili <[email protected]> > --- > lib/cmdline/cmdline.c | 2 +- > lib/cmdline/cmdline_cirbuf.c | 28 ++++++++++++++-------------- > lib/cmdline/cmdline_cirbuf.h | 6 +++--- > lib/cmdline/cmdline_socket.c | 2 +- > 4 files changed, 19 insertions(+), 19 deletions(-) > Strange that we have never hit this issue before, but good fix.
Acked-by: Bruce Richardson <[email protected]>

