1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-29 21:39:24 +00:00
freebsd-ports/palm/pose/files/patch-ab
2000-05-06 18:54:26 +00:00

14 lines
446 B
Plaintext

--- ../SrcShared/EmulatorTypes.h.orig Wed Apr 19 20:27:35 2000
+++ ../SrcShared/EmulatorTypes.h Sat May 6 13:22:40 2000
@@ -442,10 +442,6 @@
#if PLATFORM_UNIX || PLATFORM_MAC
#include <sys/types.h>
#include <sys/socket.h> // socklen_t
-
- #if (defined(__svr4__) && defined(sun)) || defined (__FreeBSD__)
- typedef int socklen_t; // not defined in <sys/socket.h> on solaris or FreeBSD
- #endif
#else
typedef int socklen_t;
#endif