[PATCH] fix minor bugs in hdparm and don't block when reading from stdin

Rob Landley rob at landley.net
Wed Jun 7 14:25:05 PDT 2006


On Wednesday 07 June 2006 10:29 am, Mike Frysinger wrote:
> On Friday 02 June 2006 09:33, Tito wrote:
> > +++ miscutils/hdparm.c  2006-06-02 15:21:51.000000000 +0200
> > @@ -2124,8 +2124,8 @@
> > -               USE_FEATURE_HDPARM_GET_IDENTITY(get_IDentity = (c ==
> > 'I')); -               USE_FEATURE_HDPARM_GET_IDENTITY(get_identity = (c
> > == 'i')); +               USE_FEATURE_HDPARM_GET_IDENTITY(get_IDentity |=
> > (c == 'I')); +               USE_FEATURE_HDPARM_GET_IDENTITY(get_identity
> > |= (c == 'i'));
>
> merged, thanks
> -mike

I know I'm a bit behind, but when you merge only part of a patch that was cc'd 
to me, so that it conflicts with the cleaned up version of the patch in my 
tree (with an #if ENABLE turned into if (ENABLE) like it should have been in 
the first place)...  Net, it actually slows things down.

Just sayin'

Rob
-- 
Never bet against the cheap plastic solution.


More information about the busybox mailing list