diff options
author | Rob Landley <rob@landley.net> | 2014-05-27 07:56:51 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2014-05-27 07:56:51 -0500 |
commit | 55e9f35223e40f455b80671f25b412072d9af678 (patch) | |
tree | 96fdd4514b2147136a344fd13d83d1b06ada7f4f /lib/lib.h | |
parent | 369a4e0dd08130d2e22140280932b138ab283106 (diff) | |
download | toybox-55e9f35223e40f455b80671f25b412072d9af678.tar.gz |
Add mount options to data getmountlist collects.
Diffstat (limited to 'lib/lib.h')
-rw-r--r-- | lib/lib.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -167,6 +167,7 @@ struct mtab_list { struct statvfs statvfs; char *dir; char *device; + char *opts; char type[0]; }; |