diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-01-30 22:56:20 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-01-30 22:56:20 +0000 |
commit | d242079387b33d11612efe2487a01c4557198c3f (patch) | |
tree | 3b2f30a38dbcff3eb0fef5477fcb4b9ce2884e79 /util-linux/nfsmount.h | |
parent | dfcb5b041242d08944d3c34eef36dfff1a9177c3 (diff) | |
download | busybox-w32-d242079387b33d11612efe2487a01c4557198c3f.tar.gz busybox-w32-d242079387b33d11612efe2487a01c4557198c3f.tar.bz2 busybox-w32-d242079387b33d11612efe2487a01c4557198c3f.zip |
Fixup use of 'u_int' to instead use 'unsigned int'
Diffstat (limited to 'util-linux/nfsmount.h')
-rw-r--r-- | util-linux/nfsmount.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/util-linux/nfsmount.h b/util-linux/nfsmount.h index b3d5a51e6..78a1bdfc5 100644 --- a/util-linux/nfsmount.h +++ b/util-linux/nfsmount.h | |||
@@ -61,7 +61,7 @@ extern "C" { | |||
61 | typedef char fhandle[FHSIZE]; | 61 | typedef char fhandle[FHSIZE]; |
62 | 62 | ||
63 | typedef struct { | 63 | typedef struct { |
64 | u_int fhandle3_len; | 64 | unsigned int fhandle3_len; |
65 | char *fhandle3_val; | 65 | char *fhandle3_val; |
66 | } fhandle3; | 66 | } fhandle3; |
67 | 67 | ||
@@ -80,7 +80,7 @@ enum mountstat3 { | |||
80 | typedef enum mountstat3 mountstat3; | 80 | typedef enum mountstat3 mountstat3; |
81 | 81 | ||
82 | struct fhstatus { | 82 | struct fhstatus { |
83 | u_int fhs_status; | 83 | unsigned int fhs_status; |
84 | union { | 84 | union { |
85 | fhandle fhs_fhandle; | 85 | fhandle fhs_fhandle; |
86 | } fhstatus_u; | 86 | } fhstatus_u; |
@@ -90,7 +90,7 @@ typedef struct fhstatus fhstatus; | |||
90 | struct mountres3_ok { | 90 | struct mountres3_ok { |
91 | fhandle3 fhandle; | 91 | fhandle3 fhandle; |
92 | struct { | 92 | struct { |
93 | u_int auth_flavours_len; | 93 | unsigned int auth_flavours_len; |
94 | int *auth_flavours_val; | 94 | int *auth_flavours_val; |
95 | } auth_flavours; | 95 | } auth_flavours; |
96 | }; | 96 | }; |