diff options
Diffstat (limited to 'sunrpc')
-rw-r--r-- | sunrpc/rpc/types.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sunrpc/rpc/types.h b/sunrpc/rpc/types.h index 3dca5c40f6..beded52555 100644 --- a/sunrpc/rpc/types.h +++ b/sunrpc/rpc/types.h @@ -69,6 +69,11 @@ typedef unsigned long rpcport_t; #include <sys/types.h> #endif +#if defined __APPLE_CC__ || defined __FreeBSD__ +# define __u_char_defined +# define __daddr_t_defined +#endif + #ifndef __u_char_defined typedef __u_char u_char; typedef __u_short u_short; |