Patch from Tito:
authorRob Landley <rob@landley.net>
Thu, 25 May 2006 18:53:06 +0000 (18:53 -0000)
committerRob Landley <rob@landley.net>
Thu, 25 May 2006 18:53:06 +0000 (18:53 -0000)
commitade7f95bd1a7356ad6f5ae4bb58100eed37ab452
treecbfe0905b8179d2f9cf1a54c2bfa977f37a1d5b6
parent6cd22509536232bde3e010a41d44a95d4f2a6086
Patch from Tito:
Remove -v verbose -V version -q quiet flags
Remove parse_opt_v2();
Rename parse_opt_v3() to parse_xfermode()
Remove if_strcat()
Rearrange code in  dump_identity() to reduce size
Modify some strings so that they could be optimized by the compiler
Minor code clean up
Remove unneeded #define <shm.h>

#if BB_BIG_ENDIAN && !defined(__USE_XOPEN)
# define __USE_XOPEN
#endif    
Must be before #include <unistd.h> and #include "busybox.h"
(noticed by Bernhard Fischer <rep.nop@aon.at>)

Remove duplicate code in do_time()
miscutils/hdparm.c