diff options
author | jedgar <jedgar@FreeBSD.org> | 2000-03-04 21:11:27 +0800 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2000-03-04 21:11:27 +0800 |
commit | 5843aaa2cc228f016bb0058b9e7f8c3fc52aa335 (patch) | |
tree | 50c0a53ae9100d0d1015a2b27f64ea1ed1649abd /editors/xenon/files/patch-ad | |
parent | 4c73f4285ae44e77eb52b7feef6a5001e3d47f0c (diff) | |
download | freebsd-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-ad | 12 |
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; |