diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-03-04 13:11:27 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-03-04 13:11:27 +0000 |
commit | 755fc45b89ece51b1ff7faee16afd06a75731b96 (patch) | |
tree | a57dabe2397e2af4709f3341195dce6941ed3037 /editors/xenon | |
parent | 22498f760a7b68dee01ec6f81ea0edd918492b77 (diff) |
Make this compile on -stable again (fix socklen_t cast)
Notes
Notes:
svn path=/head/; revision=26524
Diffstat (limited to 'editors/xenon')
-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 d8dd49d1e535..be1bb889bf4b 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; |