aboutsummaryrefslogtreecommitdiffstats
path: root/community/portablexdr/quad-types.patch
blob: 72cb0691e7704b5a1585d6c50effa71cf730b8e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- ./rpc/types.h.orig
+++ ./rpc/types.h
@@ -41,8 +41,8 @@
 typedef uint16_t      u_short;
 typedef uint32_t      u_int;
 typedef unsigned long u_long;
-typedef uint64_t      u_quad_t;
-typedef int64_t       quad_t;
+//typedef uint64_t      u_quad_t;
+//typedef int64_t       quad_t;
 typedef char *        caddr_t;
 
 #ifndef TRUE