On Mon, Nov 9, 2009 at 12:48 AM, Claus Regelmann <[email protected]> wrote:
> A couple of things.  Please don't compress something as small as this.  It is
> only 2840 bytes uncompressed.
>
> Second, looking at the patch, I think a simple
>
>    sed -i  s/getline/procmail_getline/  src/{fields.c,formail.c,formisc.{c,h}}
>
> or probably
>
>    sed -i  s/getline/procmail_getline/ src/*.{c,h}
I use:

sed -i 's/getline/get_line/' src/{fields.c,formail.c,formisc.{c,h}}

and it WFM.


-- 
William Immendorf
The ultimate in free computing.

--------------

"Every nonfree program has a lord, a master --
and if you use the program, he is your master."  Richard Stallman
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to