summaryrefslogtreecommitdiff
path: root/palm/pose/files/patch-ab
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>2000-05-06 18:54:26 +0000
committerDirk Froemberg <dirk@FreeBSD.org>2000-05-06 18:54:26 +0000
commitfdd19345d62d4dd02c2595d7144298ed87ec465e (patch)
treea9dee9c8dc1814057c2664b7a797ca37c38a999a /palm/pose/files/patch-ab
parentUpdate to JadeTeX 2.18. (diff)
Add pose: Palm OS(R) Emulator.
Notes
Notes: svn path=/head/; revision=28316
Diffstat (limited to 'palm/pose/files/patch-ab')
-rw-r--r--palm/pose/files/patch-ab13
1 files changed, 13 insertions, 0 deletions
diff --git a/palm/pose/files/patch-ab b/palm/pose/files/patch-ab
new file mode 100644
index 000000000000..e3c007b256a3
--- /dev/null
+++ b/palm/pose/files/patch-ab
@@ -0,0 +1,13 @@
+--- ../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