Bug 102118 - solaris 2.7, gcc 3.0.1 bustage

patch=cls, r=dveditz, sr=alecf, a=rjesup
This commit is contained in:
bbaetz%student.usyd.edu.au 2002-04-04 00:13:06 +00:00
Родитель b4933f383f
Коммит ac1102934a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -47,7 +47,7 @@
#define MAXSOCKADDR 128
#if defined(SOLARIS) || defined(_WINDOWS) || defined(IRIX)
#if (defined(SOLARIS) && !defined(_SOCKLEN_T)) || defined(_WINDOWS) || defined(IRIX)
#define socklen_t int
#endif