mount: Don't pass {,no}auto to kernel - ubase - suckless linux base utils
 (HTM) git clone git://git.suckless.org/ubase
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 3a5939e81018a05d710d0f3c8cea8794dd8a1637
 (DIR) parent e3dacbb542daeda7797855b01b3afbf7c433ad5f
 (HTM) Author: Michael Forney <mforney@mforney.org>
       Date:   Sun, 23 Oct 2016 14:00:29 -0700
       
       mount: Don't pass {,no}auto to kernel
       
       Diffstat:
         M mount.c                             |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
 (DIR) diff --git a/mount.c b/mount.c
       @@ -29,6 +29,7 @@ struct {
                { "dirsync",    NULL,           MS_DIRSYNC     },
                { "nodev",      "dev",          MS_NODEV       },
                { "noatime",    "atime",        MS_NOATIME     },
       +        { "noauto",     "auto",         0              },
                { "nodiratime", "diratime",     MS_NODIRATIME  },
                { "noexec",     "exec",         MS_NOEXEC      },
                { "nosuid",     "suid",         MS_NOSUID      },