aboutsummaryrefslogtreecommitdiffstats
path: root/editors/xenon/files/patch-ad
diff options
context:
space:
mode:
authorjedgar <jedgar@FreeBSD.org>2000-03-04 21:11:27 +0800
committerjedgar <jedgar@FreeBSD.org>2000-03-04 21:11:27 +0800
commit5843aaa2cc228f016bb0058b9e7f8c3fc52aa335 (patch)
tree50c0a53ae9100d0d1015a2b27f64ea1ed1649abd /editors/xenon/files/patch-ad
parent4c73f4285ae44e77eb52b7feef6a5001e3d47f0c (diff)
downloadfreebsd-ports-graphics-5843aaa2cc228f016bb0058b9e7f8c3fc52aa335.tar.gz
freebsd-ports-graphics-5843aaa2cc228f016bb0058b9e7f8c3fc52aa335.tar.zst
freebsd-ports-graphics-5843aaa2cc228f016bb0058b9e7f8c3fc52aa335.zip
Make this compile on -stable again (fix socklen_t cast)
Diffstat (limited to 'editors/xenon/files/patch-ad')
-rw-r--r--editors/xenon/files/patch-ad12
1 files changed, 0 insertions, 12 deletions
diff --git a/editors/xenon/files/patch-ad b/editors/xenon/files/patch-ad
index d8dd49d1e53..be1bb889bf4 100644
--- a/editors/xenon/files/patch-ad
+++ b/editors/xenon/files/patch-ad
@@ -1,17 +1,5 @@
--- XeApp.C.orig Tue Nov 23 00:36:49 1999
+++ XeApp.C Mon Jan 3 18:25:45 2000
-@@ -33,6 +33,11 @@
- #include <netinet/in.h>
- #include <arpa/inet.h>
-
-+#include <osreldate.h>
-+#if __FreeBSD_version < 400010
-+typedef int socklen_t;
-+#endif
-+
- #ifdef _SGI_SOURCE
- #include <alloca.h>
- #include <bstring.h>
@@ -169,7 +174,7 @@
gLocalIPAddr = 0;