diff options
Diffstat (limited to 'src/mount.h')
-rw-r--r-- | src/mount.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mount.h b/src/mount.h index 8d8c738b07..954058ceb5 100644 --- a/src/mount.h +++ b/src/mount.h @@ -56,6 +56,7 @@ typedef struct MountParameters { char *what; char *options; char *fstype; + int passno; } MountParameters; struct Mount { |