X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Ftincd.c;h=7c30a26f16d40e33a75eba32a02302e97bd5b564;hb=b83f62e0a9b4ca58b47749eec43b34f0ea04cfbb;hp=022fb536dea5dca42e3cc276cae8b6ed32077742;hpb=28b7a53b693f6b4e70218a926e68a36ece54cda1;p=tinc diff --git a/src/tincd.c b/src/tincd.c index 022fb536..7c30a26f 100644 --- a/src/tincd.c +++ b/src/tincd.c @@ -29,10 +29,6 @@ #define _P1003_1B_VISIBLE #endif -#ifdef HAVE_SYS_MMAN_H -#include -#endif - #ifdef HAVE_LZO #include LZO1X_H #endif @@ -143,7 +139,7 @@ static void usage(bool status) { "\n" "Report bugs to tinc@tinc-vpn.org.\n"; - fprintf(stderr, message, program_name); + printf(message, program_name); } }