Fix broken arg parsing (was not passing pointer to items so p, argc, and argv
authorEric Andersen <andersen@codepoet.org>
Fri, 19 Mar 2004 10:53:52 +0000 (10:53 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 19 Mar 2004 10:53:52 +0000 (10:53 -0000)
commit06d4ec2a4b96ca793a0de124be7dc655378343a1
tree2f8d224932a6ead68c42a5ca87d14c80dac597c7
parent16767e2377210fb7489ee4d7d79ad1850c7c932d
Fix broken arg parsing (was not passing pointer to items so p, argc, and argv
were only modified locally).  Fix error reporting to properly describe why
ioctls fail.
miscutils/hdparm.c