[hackers] [ubase] Fix alignment for table `optnames[]' || sin

From: <git_AT_suckless.org>
Date: Mon, 28 Oct 2013 17:53:25 +0100

commit 0476f601b201aca990b7f8eff7d710015d083b38
Author: sin <sin_AT_2f30.org>
Date: Mon Oct 28 16:51:58 2013 +0000

    Fix alignment for table `optnames[]'

diff --git a/mount.c b/mount.c
index 1f6b8d7..9199b25 100644
--- a/mount.c
+++ b/mount.c
_AT_@ -14,18 +14,18 @@ struct {
         const char *notopt;
         unsigned long v;
 } optnames[] = {
- { "remount", NULL, MS_REMOUNT },
- { "ro", "rw", MS_RDONLY },
- { "sync", "async", MS_SYNCHRONOUS },
- { "dirsync", NULL, MS_DIRSYNC },
- { "nodev", "dev", MS_NODEV },
- { "noatime", "atime", MS_NOATIME },
- { "nodiratime", "diratime", MS_NODIRATIME },
- { "noexec", "exec", MS_NOEXEC },
- { "nosuid", "suid", MS_NOSUID },
- { "mand", "nomand", MS_MANDLOCK },
- { "relatime", "norelatime", MS_RELATIME },
- { NULL, NULL, 0 }
+ { "remount", NULL, MS_REMOUNT },
+ { "ro", "rw", MS_RDONLY },
+ { "sync", "async", MS_SYNCHRONOUS },
+ { "dirsync", NULL, MS_DIRSYNC },
+ { "nodev", "dev", MS_NODEV },
+ { "noatime", "atime", MS_NOATIME },
+ { "nodiratime", "diratime", MS_NODIRATIME },
+ { "noexec", "exec", MS_NOEXEC },
+ { "nosuid", "suid", MS_NOSUID },
+ { "mand", "nomand", MS_MANDLOCK },
+ { "relatime", "norelatime", MS_RELATIME },
+ { NULL, NULL, 0 }
 };
 
 static struct option {
Received on Mon Oct 28 2013 - 17:53:25 CET

This archive was generated by hypermail 2.3.0 : Mon Oct 28 2013 - 18:00:17 CET