diff options
Diffstat (limited to 'src/automount.h')
-rw-r--r-- | src/automount.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/automount.h b/src/automount.h index 13b56effb6..4f879f4085 100644 --- a/src/automount.h +++ b/src/automount.h @@ -45,10 +45,10 @@ struct Automount { Mount *mount; int pipe_fd; + mode_t directory_mode; Watch pipe_watch; dev_t dev_id; - mode_t directory_mode; Set *tokens; |