]> git.marmaro.de Git - mmh/blobdiff - uip/rcvstore.c
Replaced mkinstalldirs with `mkdir -p'.
[mmh] / uip / rcvstore.c
index ba3cfccd497fad9e3a336427591d156111811337..04b62d85ca4b6ff41a8c9d79ef24c06c9d74e829 100644 (file)
@@ -11,7 +11,6 @@
 #include <h/signals.h>
 #include <errno.h>
 #include <signal.h>
-#include <h/mts.h>
 
 static struct swit switches[] = {
 #define CRETSW  0
@@ -68,7 +67,6 @@ main(int argc, char **argv)
        /* read user profile/context */
        context_read();
 
-       mts_init(invo_name);
        arguments = getarguments(invo_name, argc, argv, 1);
        argp = arguments;