Callers to identify() converted the endianness of the buffer. So did
authorRob Landley <rob@landley.net>
Wed, 7 Jun 2006 00:27:25 +0000 (00:27 -0000)
committerRob Landley <rob@landley.net>
Wed, 7 Jun 2006 00:27:25 +0000 (00:27 -0000)
commit0753f4a15e34149c47ae9a886328803e03289a85
tree6e81da9d85a76e0d01366b5eeb415d848bb4a997
parenteb29d6ce6a097893b4f476967122686f588c8d09
Callers to identify() converted the endianness of the buffer.  So did
identify().  This meant big endian systems had a NUXI problem.  Removed
the redundant conversion from the callers, and made some in-passing cleanups
while I was there.
miscutils/hdparm.c