]> git.marmaro.de Git - mmh/commitdiff
Fixed broken swit numbering (there are more files to fix)
authormarkus schnalke <meillo@marmaro.de>
Sun, 16 Oct 2011 17:50:26 +0000 (19:50 +0200)
committermarkus schnalke <meillo@marmaro.de>
Sun, 16 Oct 2011 17:50:26 +0000 (19:50 +0200)
uip/inc.c
uip/msgchk.c
uip/spost.c
uip/viamail.c

index ca1cc726548e2e35201a242458839a0fa3240f84..f9aae76ad1fb76c6d5ba38b3e47c72942eec9335 100644 (file)
--- a/uip/inc.c
+++ b/uip/inc.c
@@ -52,19 +52,19 @@ static struct swit switches[] = {
        { "form formatfile", 0 },
 #define FMTSW  6
        { "format string", 5 },
-#define SILSW  12
+#define SILSW  7
        { "silent", 0 },
-#define NSILSW  13
+#define NSILSW  8
        { "nosilent", 0 },
-#define TRNCSW  14
+#define TRNCSW  9
        { "truncate", 0 },
-#define NTRNCSW  15
+#define NTRNCSW  10
        { "notruncate", 0 },
-#define WIDTHSW  16
+#define WIDTHSW  11
        { "width columns", 0 },
-#define VERSIONSW  17
+#define VERSIONSW  12
        { "version", 0 },
-#define HELPSW  18
+#define HELPSW  13
        { "help", 0 },
 };
 
index 0bec6756167d5fd043724f9386696395705ae9a8..5f31685693ea3efd37df6a84e65105d0ab321238 100644 (file)
@@ -20,9 +20,9 @@ static struct swit switches[] = {
        { "notify type", 0 },
 #define NNOTESW  3
        { "nonotify type", 0 },
-#define VERSIONSW  7
+#define VERSIONSW  4
        { "version", 0 },
-#define HELPSW  8
+#define HELPSW  5
        { "help", 0 },
 };
 
index db16f38281caf858e837073d7ffb30275e12b7d5..80c6183cff955f5c1fc1a899a35117b05676a141 100644 (file)
@@ -60,13 +60,13 @@ struct swit switches[] = {
        { "debug", -5 },
 #define DISTSW  18
        { "dist", -4 },  /* interface from dist */
-#define PUSHSW  22  /* fork to sendmail then exit */
+#define PUSHSW  19  /* fork to sendmail then exit */
        { "push", -4 },
-#define NPUSHSW  23  /* exec sendmail */
+#define NPUSHSW  20  /* exec sendmail */
        { "nopush", -6 },
-#define LIBSW  24
+#define LIBSW  21
        { "library directory", -7 },
-#define ANNOSW  25
+#define ANNOSW  22
        { "idanno number", -6 },
        { NULL, 0 }
 };
index ccca115390a50a9a9fec55c1d70021a9caade9f2..25e65c2c774ac5508cf16836feb26a521a4d643c 100644 (file)
@@ -34,15 +34,15 @@ static struct swit switches[] = {
        { "description text", 0 },
 #define COMMENTSW  5
        { "comment text", 0 },
-#define VERBSW  7
+#define VERBSW  6
        { "verbose", 0 },
-#define NVERBSW  8
+#define NVERBSW  7
        { "noverbose", 0 },
-#define VERSIONSW  9
+#define VERSIONSW  8
        { "version", 0 },
-#define HELPSW  10
+#define HELPSW  9
        { "help", 0 },
-#define DEBUGSW  11
+#define DEBUGSW  10
        { "debug", -5 },
        { NULL, 0 }
 };