[hackers] [ubase] mount: add defaults option, it does nothing || Hiltjo Posthuma

From: <git_AT_suckless.org>
Date: Fri, 04 Apr 2014 21:09:31 +0200

commit e71d009bd1116a5b962489f6a2d617f6e6cc423f
Author: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
Date: Fri Apr 4 19:03:54 2014 +0200

    mount: add defaults option, it does nothing
    
    Signed-off-by: Hiltjo Posthuma <hiltjo_AT_codemadness.org>

diff --git a/mount.c b/mount.c
index 6afa438..d099586 100644
--- a/mount.c
+++ b/mount.c
_AT_@ -14,6 +14,7 @@ struct {
         const char *notopt;
         unsigned long v;
 } optnames[] = {
+ { "defaults", NULL, 0 },
         { "remount", NULL, MS_REMOUNT },
         { "ro", "rw", MS_RDONLY },
         { "sync", "async", MS_SYNCHRONOUS },
Received on Fri Apr 04 2014 - 21:09:31 CEST

This archive was generated by hypermail 2.3.0 : Fri Apr 04 2014 - 21:12:27 CEST