Re: BSD strip error handling V2
Anyone want to risk trying this on a GCC2_ARCH?
BSD strip error handling V2
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