X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Frmm.c;h=51be03a9b598a40915c63fc175ef36cb242a6ea6;hb=10e03b3fba3e01052baf92c963c46a2a5529b4e0;hp=0316c2c654a43dc92104290af2f0f98c9d03a8b0;hpb=32b2354dbaf4bf934936eb5b102a4a3d2fdd209a;p=mmh diff --git a/uip/rmm.c b/uip/rmm.c index 0316c2c..51be03a 100644 --- a/uip/rmm.c +++ b/uip/rmm.c @@ -13,7 +13,7 @@ static struct swit switches[] = { #define UNLINKSW 0 { "unlink", 0 }, #define NUNLINKSW 1 - { "nounlink", 0 }, + { "nounlink", 2 }, #define VERSIONSW 2 { "Version", 0 }, #define HELPSW 3 @@ -33,10 +33,7 @@ main(int argc, char **argv) struct msgs *mp; pid_t pid; - -#ifdef LOCALE setlocale(LC_ALL, ""); -#endif invo_name = mhbasename(argv[0]); context_read();