Re: Depency on ld-linux.so.2(GLIBC_PRIVATE)
- From: Roland Illig <roland illig gmx de>
- To: Leonard den Ottolander <leonard den ottolander nl>
- Cc: MC development <mc-devel gnome org>
- Subject: Re: Depency on ld-linux.so.2(GLIBC_PRIVATE)
- Date: Wed, 16 Nov 2005 09:44:52 +0100
Leonard den Ottolander wrote:
Hi Roland,
On Tue, 2005-11-15 at 23:17 +0100, Roland Illig wrote:
If you insist on this fix, please put the "0 &&" at the beginning of the
line. Otherwise it's likely to be missed.
Please do :)
-#if !defined(HAVE_ISSETUGID) && ...
+#if 0 /* was: !defined(HAVE_ISSETUGID) && ... */
I think this is the best way to change it, since it cannot have problems
with operator precedence (imagine #if foo || bar && 0).
Roland
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]