aboutsummaryrefslogtreecommitdiff
path: root/sunrpc/rpc/auth.h
diff options
context:
space:
mode:
Diffstat (limited to 'sunrpc/rpc/auth.h')
-rw-r--r--sunrpc/rpc/auth.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sunrpc/rpc/auth.h b/sunrpc/rpc/auth.h
index b25dcfc..e01b077 100644
--- a/sunrpc/rpc/auth.h
+++ b/sunrpc/rpc/auth.h
@@ -68,8 +68,8 @@ enum auth_stat {
union des_block {
struct {
- u_int32_t high;
- u_int32_t low;
+ uint32_t high;
+ uint32_t low;
} key;
char c[8];
};