Bug#22326 Build problems on hurd-i386: conflicting declaration of socklen_t

extra/yassl/testsuite/test.hpp:
  Remove define for __MACH__
  http://bugs.debian.org/387369
This commit is contained in:
unknown 2006-09-15 15:41:04 +02:00
commit 6653bfb373

View file

@ -27,7 +27,7 @@
#endif /* _WIN32 */
#if !defined(_SOCKLEN_T) && (defined(__MACH__) || defined(_WIN32))
#if !defined(_SOCKLEN_T) && defined(_WIN32)
typedef int socklen_t;
#endif