aboutsummaryrefslogtreecommitdiff
path: root/util-linux/nfsmount.h
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux/nfsmount.h')
-rw-r--r--util-linux/nfsmount.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/nfsmount.h b/util-linux/nfsmount.h
index 78a1bdfc5..60e2019b4 100644
--- a/util-linux/nfsmount.h
+++ b/util-linux/nfsmount.h
@@ -91,7 +91,7 @@ struct mountres3_ok {
91 fhandle3 fhandle; 91 fhandle3 fhandle;
92 struct { 92 struct {
93 unsigned int auth_flavours_len; 93 unsigned int auth_flavours_len;
94 int *auth_flavours_val; 94 char *auth_flavours_val;
95 } auth_flavours; 95 } auth_flavours;
96}; 96};
97typedef struct mountres3_ok mountres3_ok; 97typedef struct mountres3_ok mountres3_ok;