X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhshow.c;h=b43d5a81915728dc5efeb00b5c4fde086cf58f0f;hb=dda8c13ffa51100f1482af9a2429290269068955;hp=0baf1983b9c8f87dcb7516579a9b719d20f77cfa;hpb=39e87a75b5c2d3572ec72e717720b44af291e88a;p=mmh diff --git a/uip/mhshow.c b/uip/mhshow.c index 0baf198..b43d5a8 100644 --- a/uip/mhshow.c +++ b/uip/mhshow.c @@ -18,10 +18,6 @@ #include #include -#ifdef HAVE_SYS_WAIT_H -# include -#endif - static struct swit switches[] = { #define CHECKSW 0 { "check", 0 }, @@ -51,19 +47,7 @@ static struct swit switches[] = { { "version", 0 }, #define HELPSW 13 { "help", 0 }, -/* -** switches for moreproc/mhlproc -*/ -#define PROGSW 14 - { "moreproc program", -4 }, -#define LENSW 15 - { "length lines", -4 }, -#define WIDTHSW 16 - { "width columns", -4 }, -/* -** switches for debugging -*/ -#define DEBUGSW 17 +#define DEBUGSW 14 { "debug", -5 }, { NULL, 0 } }; @@ -80,7 +64,6 @@ extern char *cache_private; /* mhshowsbr.c */ extern int serialsw; -extern char *progsw; extern int nolist; extern char *formsw; @@ -116,7 +99,7 @@ void freects_done(int) NORETURN; /* ** static prototypes */ -static RETSIGTYPE pipeser(int); +static void pipeser(int); int @@ -232,22 +215,6 @@ do_cache: formsw = getcpy(etcpath(cp)); continue; - /* - ** Switches for moreproc/mhlproc - */ - case PROGSW: - if (!(progsw = *argp++) || *progsw == '-') - adios(NULL, "missing argument to %s", - argp[-2]); - continue; - - case LENSW: - case WIDTHSW: - if (!(cp = *argp++) || *cp == '-') - adios(NULL, "missing argument to %s", - argp[-2]); - continue; - case VERBSW: verbosw = 1; continue; @@ -329,7 +296,7 @@ do_cache: adios(NULL, "out of memory"); ctp = cts; - if ((ct = parse_mime(file))); + if ((ct = parse_mime(file))) *ctp++ = ct; } else { /* @@ -435,7 +402,7 @@ do_cache: } -static RETSIGTYPE +static void pipeser(int i) { if (i == SIGQUIT) {