X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhlist.c;fp=uip%2Fmhlist.c;h=66f9d894a414211bb08f4ada0fd01cce42e0199d;hp=45f3e9d4d275b6d5e44c4a27d3c1e713a1482a80;hb=31dc797eb5178970d68962ca8939da3fd9a8efda;hpb=85efd688c798fc782567d3f9c283064a01d5c9fe diff --git a/uip/mhlist.c b/uip/mhlist.c index 45f3e9d..66f9d89 100644 --- a/uip/mhlist.c +++ b/uip/mhlist.c @@ -9,7 +9,6 @@ #include #include #include -#include #include #include #include @@ -19,37 +18,33 @@ #include static struct swit switches[] = { -#define CHECKSW 0 - { "check", 0 }, -#define NCHECKSW 1 - { "nocheck", 0 }, -#define HEADSW 2 +#define HEADSW 0 { "headers", 0 }, -#define NHEADSW 3 +#define NHEADSW 1 { "noheaders", 0 }, -#define SIZESW 4 +#define SIZESW 2 { "realsize", 0 }, -#define NSIZESW 5 +#define NSIZESW 3 { "norealsize", 0 }, -#define VERBSW 6 +#define VERBSW 4 { "verbose", 0 }, -#define NVERBSW 7 +#define NVERBSW 5 { "noverbose", 0 }, -#define FILESW 8 /* interface from show */ +#define FILESW 6 /* interface from show */ { "file file", 0 }, -#define PARTSW 9 +#define PARTSW 7 { "part number", 0 }, -#define TYPESW 10 +#define TYPESW 8 { "type content", 0 }, -#define RCACHESW 11 +#define RCACHESW 9 { "rcache policy", 0 }, -#define WCACHESW 12 +#define WCACHESW 10 { "wcache policy", 0 }, -#define VERSIONSW 13 +#define VERSIONSW 11 { "version", 0 }, -#define HELPSW 14 +#define HELPSW 12 { "help", 0 }, -#define DEBUGSW 15 +#define DEBUGSW 13 { "debug", -5 }, { NULL, 0 } }; @@ -169,13 +164,6 @@ do_cache: } continue; - case CHECKSW: - checksw++; - continue; - case NCHECKSW: - checksw = 0; - continue; - case HEADSW: headsw = 1; continue;