more irix-inspired fixes

This commit is contained in:
Russ Cox
2005-12-29 23:41:14 +00:00
parent 21b830b1ac
commit 230e492a8a
6 changed files with 48 additions and 20 deletions

View File

@ -9,3 +9,7 @@
#else
# error "Define an OS"
#endif
#ifdef IRIX
typedef int socklen_t;
#endif