__rpc_xdr is no longer available on FreeBSD 10.
(XDR is typedef'd as "struct XDR" and not "struct __rpc_xdr").

By the way, why did we ever need this? Probably
it should be removed. Leaving for __OpenBSD__ for now.
---
 cde/lib/tt/lib/util/tt_xdr_utils.C | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cde/lib/tt/lib/util/tt_xdr_utils.C 
b/cde/lib/tt/lib/util/tt_xdr_utils.C
index d43f9d9..76d7166 100644
--- a/cde/lib/tt/lib/util/tt_xdr_utils.C
+++ b/cde/lib/tt/lib/util/tt_xdr_utils.C
@@ -40,7 +40,7 @@
 #include <memory.h>
 #include "tt_options.h"
 
-#if defined(CSRG_BASED)
+#if defined(__OpenBSD__)
 #define XDR __rpc_xdr
 #endif
 
-- 
1.7.11.5


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://ad.doubleclick.net/clk;258768047;13503038;j?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
cdesktopenv-devel mailing list
cdesktopenv-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel

Reply via email to