NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: kern/43063: Please delete __NetBSD_Prereq__() from <sys/param.h>
The following reply was made to PR kern/43063; it has been noted by GNATS.
From: Joerg Sonnenberger <joerg%britannica.bec.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: kern/43063: Please delete __NetBSD_Prereq__() from <sys/param.h>
Date: Sun, 13 Jul 2014 16:15:45 +0200
On Sun, Jul 13, 2014 at 07:40:01AM +0000, Roy Marples wrote:
> /* This was fixed in NetBSD */
> #ifdef __NetBSD_Prereq__
> # if __NetBSD_Prereq__(6, 99, 20)
> # undef IPV6_POLLADDRFLAG
> # endif
> #endif
>
> Should this be now be moved to a ./configure test based on uname -m?
> ./configure is NOT run when dhcpcd is imported into external so that may
> complicate future pullups if changed.
Just use __NetBSD_Version directly?
Joerg
Home |
Main Index |
Thread Index |
Old Index