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

Mike Frysinger vapier at gentoo.org
Wed Jun 7 14:29:36 UTC 2006


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 827 bytes
Desc: not available
Url : http://lists.busybox.net/pipermail/busybox/attachments/20060607/749eda43/attachment-0002.pgp 


More information about the busybox mailing list