summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/rpc/xdr_rec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/rpc/xdr_rec.c b/src/lib/rpc/xdr_rec.c
index 38e1f6323..05e42e975 100644
--- a/src/lib/rpc/xdr_rec.c
+++ b/src/lib/rpc/xdr_rec.c
@@ -89,7 +89,7 @@ static struct xdr_ops xdrrec_ops = {
* meet the needs of xdr and rpc based on tcp.
*/
-#define LAST_FRAG ((uint32_t)(1L << 31))
+#define LAST_FRAG ((uint32_t)(1UL << 31))
typedef struct rec_strm {
caddr_t tcp_handle;