X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhbuild.c;h=b16e8c96b4948c7d56ae109d93f83a6885bbfc48;hp=dc0059c1b51f0e81b6a6828d6476b949447fa715;hb=4885712264980e6cbc2039f9158027bee9213475;hpb=3c9700d8d045f3ff26ce5dd2a174454dafc14822 diff --git a/uip/mhbuild.c b/uip/mhbuild.c index dc0059c..b16e8c9 100644 --- a/uip/mhbuild.c +++ b/uip/mhbuild.c @@ -3,6 +3,10 @@ * mhbuild.c -- expand/translate MIME composition files * * $Id$ + * + * This code is Copyright (c) 2002, by the authors of nmh. See the + * COPYRIGHT file in the root directory of the nmh distribution for + * complete copyright information. */ #include @@ -11,8 +15,8 @@ #include #include #include -#include -#include +#include +#include #include #include #include @@ -57,15 +61,13 @@ static struct swit switches[] = { #define VERSIONSW 16 { "version", 0 }, #define HELPSW 17 - { "help", 4 }, + { "help", 0 }, #define DEBUGSW 18 { "debug", -5 }, { NULL, 0 } }; -extern int errno; - /* mhbuildsbr.c */ extern int checksw; extern char *tmp; /* directory to place temp files */