Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 873d5a15889de8021a8adcda6dbf2dc7 > files > 2

libxdmcp-1.0.2-6mdv2009.0.src.rpm

--- libXdmcp-1.0.2.orig/A8Eq.c	2006-07-11 15:05:09.000000000 -0300
+++ libXdmcp-1.0.2/A8Eq.c	2007-11-23 18:43:22.000000000 -0200
@@ -35,7 +35,7 @@
 #include <X11/Xmd.h>
 #include <X11/Xdmcp.h>
 
-int
+_X_EXPORT int
 XdmcpARRAY8Equal (array1, array2)
     ARRAY8Ptr	array1, array2;
 {
--- libXdmcp-1.0.2.orig/AA8.c	2006-07-11 15:05:09.000000000 -0300
+++ libXdmcp-1.0.2/AA8.c	2007-11-23 18:43:37.000000000 -0200
@@ -37,7 +37,7 @@
 #include <X11/Xmd.h>
 #include <X11/Xdmcp.h>
 
-int
+_X_EXPORT int
 XdmcpAllocARRAY8 (ARRAY8Ptr array, int length)
 {
     CARD8Ptr	newData;
--- libXdmcp-1.0.2.orig/CmpKey.c	2006-07-11 15:05:09.000000000 -0300
+++ libXdmcp-1.0.2/CmpKey.c	2007-11-23 18:43:47.000000000 -0200
@@ -37,7 +37,7 @@
 #include <X11/Xmd.h>
 #include <X11/Xdmcp.h>
 
-int
+_X_EXPORT int
 XdmcpCompareKeys (XdmAuthKeyPtr a, XdmAuthKeyPtr b)
 {
     int	i;
--- libXdmcp-1.0.2.orig/DA16.c	2006-07-11 15:05:09.000000000 -0300
+++ libXdmcp-1.0.2/DA16.c	2007-11-23 18:44:07.000000000 -0200
@@ -37,7 +37,7 @@
 #include <X11/Xmd.h>
 #include <X11/Xdmcp.h>
 
-void
+_X_EXPORT void
 XdmcpDisposeARRAY16 (ARRAY16Ptr array)
 {
     if (array->data != NULL) Xfree (array->data);
--- libXdmcp-1.0.2.orig/DA8.c	2006-07-11 15:05:09.000000000 -0300
+++ libXdmcp-1.0.2/DA8.c	2007-11-23 18:44:16.000000000 -0200
@@ -35,7 +35,7 @@
 #include <X11/Xmd.h>
 #include <X11/Xdmcp.h>
 
-void
+_X_EXPORT void
 XdmcpDisposeARRAY8 (array)
     ARRAY8Ptr	array;
 {
--- libXdmcp-1.0.2.orig/DAofA8.c	2006-07-11 15:05:09.000000000 -0300
+++ libXdmcp-1.0.2/DAofA8.c	2007-11-23 18:44:25.000000000 -0200
@@ -35,7 +35,7 @@
 #include <X11/Xmd.h>
 #include <X11/Xdmcp.h>
 
-void
+_X_EXPORT void
 XdmcpDisposeARRAYofARRAY8 (array)
     ARRAYofARRAY8Ptr	array;
 {
--- libXdmcp-1.0.2.orig/DecKey.c	2006-07-11 15:05:09.000000000 -0300
+++ libXdmcp-1.0.2/DecKey.c	2007-11-23 18:43:56.000000000 -0200
@@ -37,7 +37,7 @@
 #include <X11/Xmd.h>
 #include <X11/Xdmcp.h>
 
-void
+_X_EXPORT void
 XdmcpDecrementKey (XdmAuthKeyPtr key)
 {
     int	i;
--- libXdmcp-1.0.2.orig/Fill.c	2006-07-11 15:05:09.000000000 -0300
+++ libXdmcp-1.0.2/Fill.c	2007-11-23 18:44:35.000000000 -0200
@@ -54,7 +54,7 @@
 #endif
 #endif
 
-int
+_X_EXPORT int
 XdmcpFill (fd, buffer, from, fromlen)
     int		    fd;
     XdmcpBufferPtr  buffer;
--- libXdmcp-1.0.2.orig/Flush.c	2006-07-11 15:05:09.000000000 -0300
+++ libXdmcp-1.0.2/Flush.c	2007-11-23 18:44:43.000000000 -0200
@@ -54,7 +54,7 @@
 #endif
 #endif
 
-int
+_X_EXPORT int
 XdmcpFlush (fd, buffer, to, tolen)
     int		    fd;
     XdmcpBufferPtr  buffer;
--- libXdmcp-1.0.2.orig/GenKey.c	2006-08-10 19:42:09.000000000 -0300
+++ libXdmcp-1.0.2/GenKey.c	2007-11-23 18:44:52.000000000 -0200
@@ -61,7 +61,7 @@
 #define getpid(x) _getpid(x)
 #endif
 
-void
+_X_EXPORT void
 XdmcpGenerateKey (XdmAuthKeyPtr key)
 {
     long    lowbits, highbits;
--- libXdmcp-1.0.2.orig/RA8.c	2006-07-13 21:50:37.000000000 -0300
+++ libXdmcp-1.0.2/RA8.c	2007-11-23 18:45:01.000000000 -0200
@@ -35,7 +35,7 @@
 #include <X11/Xmd.h>
 #include <X11/Xdmcp.h>
 
-int
+_X_EXPORT int
 XdmcpReadARRAY8 (buffer, array)
     XdmcpBufferPtr  buffer;
     ARRAY8Ptr	    array;
--- libXdmcp-1.0.2.orig/RaA16.c	2006-07-11 15:05:09.000000000 -0300
+++ libXdmcp-1.0.2/RaA16.c	2007-11-23 18:45:39.000000000 -0200
@@ -37,7 +37,7 @@
 #include <X11/Xmd.h>
 #include <X11/Xdmcp.h>
 
-int
+_X_EXPORT int
 XdmcpReallocARRAY16 (ARRAY16Ptr array, int length)
 {
     CARD16Ptr	newData;
--- libXdmcp-1.0.2.orig/RaAoA8.c	2006-07-11 15:05:09.000000000 -0300
+++ libXdmcp-1.0.2/RaAoA8.c	2007-11-23 18:45:49.000000000 -0200
@@ -37,7 +37,7 @@
 #include <X11/Xmd.h>
 #include <X11/Xdmcp.h>
 
-int
+_X_EXPORT int
 XdmcpReallocARRAYofARRAY8 (ARRAYofARRAY8Ptr array, int length)
 {
     ARRAY8Ptr	newData;
--- libXdmcp-1.0.2.orig/RC32.c	2006-07-11 15:05:09.000000000 -0300
+++ libXdmcp-1.0.2/RC32.c	2007-11-23 18:45:10.000000000 -0200
@@ -35,7 +35,7 @@
 #include <X11/Xmd.h>
 #include <X11/Xdmcp.h>
 
-int
+_X_EXPORT int
 XdmcpReadCARD32 (buffer, valuep)
     XdmcpBufferPtr  buffer;
     CARD32Ptr	    valuep;
--- libXdmcp-1.0.2.orig/RC8.c	2006-07-11 15:05:09.000000000 -0300
+++ libXdmcp-1.0.2/RC8.c	2007-11-23 18:45:21.000000000 -0200
@@ -35,7 +35,7 @@
 #include <X11/Xmd.h>
 #include <X11/Xdmcp.h>
 
-int
+_X_EXPORT int
 XdmcpReadCARD8 (buffer, valuep)
     XdmcpBufferPtr  buffer;
     CARD8Ptr	    valuep;
--- libXdmcp-1.0.2.orig/RHead.c	2006-07-11 15:05:09.000000000 -0300
+++ libXdmcp-1.0.2/RHead.c	2007-11-23 18:45:30.000000000 -0200
@@ -35,7 +35,7 @@
 #include <X11/Xmd.h>
 #include <X11/Xdmcp.h>
 
-int
+_X_EXPORT int
 XdmcpReadHeader (buffer, header)
     XdmcpBufferPtr  buffer;
     XdmcpHeaderPtr  header;
--- libXdmcp-1.0.2.orig/Unwrap.c	2006-07-11 15:05:09.000000000 -0300
+++ libXdmcp-1.0.2/Unwrap.c	2007-11-23 18:45:57.000000000 -0200
@@ -56,7 +56,7 @@
 
 #include "Wrap.h"
 
-void
+_X_EXPORT void
 XdmcpUnwrap (
     unsigned char	*input,
     unsigned char	*wrapper,
--- libXdmcp-1.0.2.orig/WA8.c	2006-07-11 15:05:09.000000000 -0300
+++ libXdmcp-1.0.2/WA8.c	2007-11-23 18:46:17.000000000 -0200
@@ -35,7 +35,7 @@
 #include <X11/Xmd.h>
 #include <X11/Xdmcp.h>
 
-int
+_X_EXPORT int
 XdmcpWriteARRAY8 (buffer, array)
     XdmcpBufferPtr  buffer;
     ARRAY8Ptr	    array;
--- libXdmcp-1.0.2.orig/WAofA8.c	2006-07-11 15:05:09.000000000 -0300
+++ libXdmcp-1.0.2/WAofA8.c	2007-11-23 18:46:26.000000000 -0200
@@ -35,7 +35,7 @@
 #include <X11/Xmd.h>
 #include <X11/Xdmcp.h>
 
-int
+_X_EXPORT int
 XdmcpWriteARRAYofARRAY8 (buffer, array)
     XdmcpBufferPtr	buffer;
     ARRAYofARRAY8Ptr	array;
--- libXdmcp-1.0.2.orig/WC16.c	2006-07-11 15:05:09.000000000 -0300
+++ libXdmcp-1.0.2/WC16.c	2007-11-23 18:46:36.000000000 -0200
@@ -37,7 +37,7 @@
 #include <X11/Xmd.h>
 #include <X11/Xdmcp.h>
 
-int
+_X_EXPORT int
 XdmcpWriteCARD16 (
     XdmcpBufferPtr  buffer,
     unsigned	    value)
--- libXdmcp-1.0.2.orig/WC32.c	2006-07-11 15:05:09.000000000 -0300
+++ libXdmcp-1.0.2/WC32.c	2007-11-23 18:46:44.000000000 -0200
@@ -36,7 +36,7 @@
 #include <X11/Xmd.h>
 #include <X11/Xdmcp.h>
 
-int
+_X_EXPORT int
 XdmcpWriteCARD32 (
     XdmcpBufferPtr  buffer,
     unsigned	    value)
--- libXdmcp-1.0.2.orig/WC8.c	2006-07-11 15:05:09.000000000 -0300
+++ libXdmcp-1.0.2/WC8.c	2007-11-23 18:46:53.000000000 -0200
@@ -37,7 +37,7 @@
 #include <X11/Xmd.h>
 #include <X11/Xdmcp.h>
 
-int
+_X_EXPORT int
 XdmcpWriteCARD8 (
     XdmcpBufferPtr  buffer,
     unsigned	    value)
--- libXdmcp-1.0.2.orig/Whead.c	2006-07-11 15:05:09.000000000 -0300
+++ libXdmcp-1.0.2/Whead.c	2007-11-23 18:47:02.000000000 -0200
@@ -37,7 +37,7 @@
 #include <X11/Xmd.h>
 #include <X11/Xdmcp.h>
 
-int
+_X_EXPORT int
 XdmcpWriteHeader (
     XdmcpBufferPtr  buffer,
     XdmcpHeaderPtr  header)
--- libXdmcp-1.0.2.orig/Wrap.c	2006-07-11 15:05:09.000000000 -0300
+++ libXdmcp-1.0.2/Wrap.c	2007-11-23 18:46:06.000000000 -0200
@@ -50,7 +50,7 @@
 
 #include "Wrap.h"
 
-void
+_X_EXPORT void
 XdmcpWrap (
     unsigned char	*input,
     unsigned char	*wrapper,
Somente em libXdmcp-1.0.2: Wrap.c~