Another patch from Denis Vlasenko:
authorRob Landley <rob@landley.net>
Sat, 29 Apr 2006 16:03:40 +0000 (16:03 -0000)
committerRob Landley <rob@landley.net>
Sat, 29 Apr 2006 16:03:40 +0000 (16:03 -0000)
commit5f8b5ecda28afbdfd3fbdd89caccb65a67540264
treed6ad55af1a6ebbd8444bea0919533506f7e1a543
parente5b281f89e90cdd9c646b7208f59a236f82ee936
Another patch from Denis Vlasenko:
Make hdparm smaller:
* Make bb_ioctl return the status
* Replace ioctl with bb_ioctl in a few places
* Add bb_ioctl_alt, use where appropriate (four places)
* unsigned char args1[4+512] = {WIN_IDENTIFY,0,0,1,};
  ate 0.5k of rodata, fix that
miscutils/hdparm.c