Jim Meyering wrote:
Jim Meyering <[EMAIL PROTECTED]> wrote:
mwoehlke <[EMAIL PROTECTED]> wrote:
Mike Frysinger wrote:
On Thursday 24 August 2006 17:03, mwoehlke wrote:
https://savannah.gnu.org/bugs/?func=detailitem&item_id=15043

Is this going to get fixed, or what? There is a trivial fix available,
it just needs someone that knows how to make it 'Linux-only'.
#if __linux__
<foo>
#endif
-mike
Ok, thanks. I a: wasn't sure of a macro that would be defined on Linux
(is there a list of these things anywhere? Preferably covering most
major platforms?), and b: wasn't sure if people here appreciated such
patches.

If #ifdef is OK, this should do it (works for me with 5.97 and 6.1):
Thanks for pursuing that.
No #ifdef needed.
Here's the patch I'll probably commit (destined for the trunk):

I've checked this in on the trunk:
[snip changelog]

Thanks, although as noted elsewhere in this thread I still would have made it '#ifdef linux'. At any rate, it will work on Linux, and if it does extra work elsewhere, well, I can live with that. :-)

--
Matthew
We are Microsoft. You will be assimilated. Resistance is futile. --Badtech



_______________________________________________
Bug-coreutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to