Re: [PATCH] [REDIR] Replace GPL noclobberopen code with the FreeBSD version.

2011-03-10 Thread Herbert Xu
On Sat, Nov 20, 2010 at 02:47:33PM +, Jilles Tjoelker wrote: > Replace noclobberopen() from bash with the FreeBSD code for noclobber > opens. > > This also reduces code size by eliminating an unnecessary check. Patch applied. Thanks a lot! -- Email: Herbert Xu Home Page: http://gondor.apan

[PATCH] [REDIR] Replace GPL noclobberopen code with the FreeBSD version.

2010-11-20 Thread Jilles Tjoelker
Replace noclobberopen() from bash with the FreeBSD code for noclobber opens. This also reduces code size by eliminating an unnecessary check. --- src/redir.c | 77 +++--- 1 files changed, 15 insertions(+), 62 deletions(-) diff --git a/src/red