[Bug 271700] cc with rpc/pmap_prot.h and machine/pmap.h: different structures with the same name are used.
Date: Wed, 31 May 2023 08:57:59 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271700
Mina Galić <freebsd@igalic.co> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |freebsd@igalic.co
--- Comment #2 from Mina Galić <freebsd@igalic.co> ---
note that line 90 here
https://github.com/freebsd/freebsd-src/blob/dc103686348d3205733a2c77e7d2ccbff6691022/sys/rpc/pmap_prot.h#L90
is "struct pirtmap" not "struct pmap" so something in your software is probably
redefining portmap as pmap
--
You are receiving this mail because:
You are the assignee for the bug.