Commits

Albert Cheng committed 8de95dd697e
[svn-r1355] Bug fix: compiler complained about errno not defined. That was because it is predefined in <errno.h>, not <sys/errno.h> which contains the system error codes. Fixed and tested in IRIX6.5 (also got rid of the few K&R C-style function declaration statements.)