diff options
author | Rob Landley | 2006-06-19 03:20:03 +0000 |
---|---|---|
committer | Rob Landley | 2006-06-19 03:20:03 +0000 |
commit | 7a260f01ce6841658810dc9f0ff0706558a10d7f (patch) | |
tree | f98b6d5bf4c3d48dd54db386c29d39ab26e1463e /util-linux/nfsmount.h | |
parent | 290fcb4213ae5ab9ec6cb228dd64ef2c9f02d26d (diff) | |
download | busybox-7a260f01ce6841658810dc9f0ff0706558a10d7f.zip busybox-7a260f01ce6841658810dc9f0ff0706558a10d7f.tar.gz |
Make some 64 bit warnings go away on x86-64.
Diffstat (limited to 'util-linux/nfsmount.h')
-rw-r--r-- | util-linux/nfsmount.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/nfsmount.h b/util-linux/nfsmount.h index 78a1bdf..60e2019 100644 --- a/util-linux/nfsmount.h +++ b/util-linux/nfsmount.h @@ -91,7 +91,7 @@ struct mountres3_ok { fhandle3 fhandle; struct { unsigned int auth_flavours_len; - int *auth_flavours_val; + char *auth_flavours_val; } auth_flavours; }; typedef struct mountres3_ok mountres3_ok; |