From: epg <> Date: Fri, 6 Sep 2002 07:08:49 +0000 (+0000) Subject: (save_errno): New macro. X-Git-Url: https://diplodocus.org/git/mdeliver/commitdiff_plain/4140b150adbbb1e081b4b8d5ae6980394517cc85?hp=4140b150adbbb1e081b4b8d5ae6980394517cc85 (save_errno): New macro. Use save_errno to protect errno in the 101 places i was calling unlink(2) and then err(3), possibly reporting the wrong error message. ---