disable typedef for socklen_t for the moment.

svn path=/trunk/; revision=10784
This commit is contained in:
Steven Edwards 2004-09-04 21:44:30 +00:00
parent f0120ac1d7
commit 2c8687b1a2

View file

@ -64,9 +64,9 @@ typedef unsigned int size_t;
#ifndef HAVE_SSIZE_T #ifndef HAVE_SSIZE_T
typedef int ssize_t; typedef int ssize_t;
#endif #endif
#ifndef HAVE_SOCKLEN_T //#ifndef HAVE_SOCKLEN_T
typedef unsigned int socklen_t; //typedef unsigned int socklen_t;
#endif //#endif
#ifndef HAVE_STATFS #ifndef HAVE_STATFS
# ifdef __BEOS__ # ifdef __BEOS__