]> granicus.if.org Git - nethack/commit
U651 - avoid declaring errno unnecessarily
authorcohrs <cohrs>
Wed, 24 Sep 2003 02:12:22 +0000 (02:12 +0000)
committercohrs <cohrs>
Wed, 24 Sep 2003 02:12:22 +0000 (02:12 +0000)
commitdb011864c0710b7be87fb277db23d7b6f8908237
treedf7b94c0ac0ad08ea6b576bce1113e71b6585777
parentafea61ef572eb36af713f85616b6888e99b5cb1e
U651 - avoid declaring errno unnecessarily
Some changes for standard C platforms, to avoid declaring errno explictly.
Such platforms should declare errno in errno.h, which is already included
in the files in question.
doc/fixes34.3
src/files.c
sys/unix/unixunix.c