diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-01-03 23:29:09 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-01-03 23:29:09 +0000 |
commit | d031962a9f300c622cd2288f3e57635dc6506932 (patch) | |
tree | 43f3c794538d393c15f4331100b7c00bfc36cee9 /editors/xenon | |
parent | 80d9017eb58dc97dc3c5b477a48bb13c616f66ec (diff) | |
download | ports-d031962a9f300c622cd2288f3e57635dc6506932.tar.gz ports-d031962a9f300c622cd2288f3e57635dc6506932.zip |
Notes
Diffstat (limited to 'editors/xenon')
-rw-r--r-- | editors/xenon/files/patch-ad | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/editors/xenon/files/patch-ad b/editors/xenon/files/patch-ad index bd5e5c5cf9f7..d8dd49d1e535 100644 --- a/editors/xenon/files/patch-ad +++ b/editors/xenon/files/patch-ad @@ -1,7 +1,19 @@ ---- XeApp.C.orig Fri Oct 22 00:20:19 1999 -+++ XeApp.C Fri Oct 22 18:42:42 1999 -@@ -165,7 +165,7 @@ - #endif +--- 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; - if (getsockname(ConnectionNumber(gDisplay), &saddr, &len) != -1) |