X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhstore.c;h=950483b7c53dabf4999cced089f172c2747e1a30;hp=ea35f8eb288b444f74b2dd3304b6227583f4919a;hb=31dc797eb5178970d68962ca8939da3fd9a8efda;hpb=85efd688c798fc782567d3f9c283064a01d5c9fe diff --git a/uip/mhstore.c b/uip/mhstore.c index ea35f8e..950483b 100644 --- a/uip/mhstore.c +++ b/uip/mhstore.c @@ -9,7 +9,6 @@ #include #include #include -#include #include #include #include @@ -24,25 +23,21 @@ static struct swit switches[] = { { "auto", 0 }, #define NAUTOSW 1 { "noauto", 0 }, -#define CHECKSW 2 - { "check", 0 }, -#define NCHECKSW 3 - { "nocheck", 0 }, -#define FILESW 4 /* interface from show */ +#define FILESW 2 /* interface from show */ { "file file", 0 }, -#define PARTSW 5 +#define PARTSW 3 { "part number", 0 }, -#define TYPESW 6 +#define TYPESW 4 { "type content", 0 }, -#define RCACHESW 7 +#define RCACHESW 5 { "rcache policy", 0 }, -#define WCACHESW 8 +#define WCACHESW 6 { "wcache policy", 0 }, -#define VERSIONSW 9 +#define VERSIONSW 7 { "version", 0 }, -#define HELPSW 10 +#define HELPSW 8 { "help", 0 }, -#define DEBUGSW 11 +#define DEBUGSW 9 { "debug", -5 }, { NULL, 0 } }; @@ -208,13 +203,6 @@ do_cache: } continue; - case CHECKSW: - checksw++; - continue; - case NCHECKSW: - checksw = 0; - continue; - case PARTSW: if (!(cp = *argp++) || *cp == '-') adios(NULL, "missing argument to %s",