kiss-stj

My KISS Linux repo for software I use on my computers.
git clone https://git.stjo.hn/kiss-stj
Log | Files | Refs | README | LICENSE

fix-mount.patch (381B)


      1 diff --git a/mount.c b/mount.c
      2 index e3d00b8..172fd05 100644
      3 --- a/mount.c
      4 +++ b/mount.c
      5 @@ -36,6 +36,7 @@ struct {
      6  	{ "mand",       "nomand",       MS_MANDLOCK    },
      7  	{ "relatime",   "norelatime",   MS_RELATIME    },
      8  	{ "bind",       NULL,           MS_BIND        },
      9 +	{ "move",       NULL,           MS_MOVE        },
     10  	{ NULL,         NULL,           0              }
     11  };
     12