bug-gnu-utils
[Top][All Lists]
Advanced

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

Re: More patch 2.5.9 hacking


From: Eli Zaretskii
Subject: Re: More patch 2.5.9 hacking
Date: Sat, 25 Oct 2003 00:09:53 +0200

> From: Benjamin Riefenstahl <address@hidden>
> Date: Fri, 24 Oct 2003 17:55:19 +0200
> 
> > The solution is to fix the library function
> 
> You usually don't do that with commercial compilers because of
> licenses and/or practical problems such as hassles with upgrading and
> the need to re-patch.

I didn't mean to patch the library, I meant to write a substitute for
it.  For example, you write a function called fixed_mkdir that does
the right thing with the second argument, then say

  #define mkdir fixed_mkdir

in some header included by all the sources except the one that
defines fixed_mkdir's code.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]