Re: BSD strip error handling V2

2012-07-03 Thread Tobias Ulmer
Anyone want to risk trying this on a GCC2_ARCH?

BSD strip error handling V2

2012-03-04 Thread Tobias Ulmer
V2 In the 'ofile' branch (process single file): Replaced ERROR with err(), removing dead code and preventing the infinite read/write error loop. Also fix printing of the close() errno which nobody cares about and make lint less angry in a few cases. I admit these are all rather obscure and unlik