OSSP CVS Repository

ossp - Difference in ossp-pkg/xds/regression-tests/xdr-uint64.c versions 1.3 and 1.4
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

ossp-pkg/xds/regression-tests/xdr-uint64.c 1.3 -> 1.4

--- xdr-uint64.c 2001/07/18 18:58:46     1.3
+++ xdr-uint64.c 2001/07/19 09:47:03     1.4
@@ -31,6 +31,13 @@
 #include <rpc/xdr.h>
 #include "../internal.h"
 
+#ifdef __FreeBSD__
+static int xdr_uint64_t(XDR *xdrs, uint64_t *val)
+    {
+    return xdr_u_int64_t(xdrs, val);
+    }
+#endif
+
 int main()
     {
     XDR    xdrs;

CVSTrac 2.0.1