From 755fc45b89ece51b1ff7faee16afd06a75731b96 Mon Sep 17 00:00:00 2001 From: "Chris D. Faulhaber" Date: Sat, 4 Mar 2000 13:11:27 +0000 Subject: Make this compile on -stable again (fix socklen_t cast) --- editors/xenon/files/patch-ad | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'editors') 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 - #include - -+#include -+#if __FreeBSD_version < 400010 -+typedef int socklen_t; -+#endif -+ - #ifdef _SGI_SOURCE - #include - #include @@ -169,7 +174,7 @@ gLocalIPAddr = 0; -- cgit v1.2.3