NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: if_type and sdl_type definitions in net/if_dl.h cause in WINE building



On Fri, Jan 21, 2022 at 09:32:06PM +0100, Frederic Fauberteau wrote:
> +#if defined(__NetBSD__)
> +#undef if_type

I would make that:

#if defined(if_type)
#undef if_type
#endif

but otherwise I guess this is the best fix.

Martin


Home | Main Index | Thread Index | Old Index