DragonFly users List (threaded) for 2008-03
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: Digest users.v001.n1342
On Fri, Mar 21, 2008 at 03:59:04AM +0100, Klaus Heinz wrote:
> Is there any reason to keep
>
> #if defined(_SC_NPROCESSORS_ONLN) && !defined(__DragonFly__)
>
> and _not_ to simplify this to
>
> #if defined(_SC_NPROCESSORS_ONLN)
You mean beside the possibility that _SC_NPROCESSORS_ONLN is a enum?
No, not really. The original patch just hard-coded 1, which is good
enough.
Joerg
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]