X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Ftincd.c;h=da5eed6e474f0958b8a009937a2160f3ca5bd2e4;hb=e169244e4b10dbcc1910c0f7fd811304d5b1a5a5;hp=185a96a68f0af637f8cf1f5e4bb2a621f870d232;hpb=5db596c6844169f1eb5f804b72abe99d067aaa5a;p=tinc diff --git a/src/tincd.c b/src/tincd.c index 185a96a6..da5eed6e 100644 --- a/src/tincd.c +++ b/src/tincd.c @@ -17,31 +17,18 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: tincd.c,v 1.10.4.72 2003/07/12 17:41:47 guus Exp $ + $Id: tincd.c,v 1.10.4.74 2003/07/21 13:18:44 guus Exp $ */ -#include "config.h" - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include +#include "system.h" /* Darwin (MacOS/X) needs the following definition... */ #ifndef _P1003_1B_VISIBLE #define _P1003_1B_VISIBLE #endif +#ifdef HAVE_SYS_MMAN_H #include - -#ifdef HAVE_SYS_IOCTL_H -# include #endif #include @@ -51,18 +38,14 @@ #include -#include -#include - #include "conf.h" +#include "logger.h" #include "net.h" #include "netutl.h" #include "process.h" #include "protocol.h" -#include "subnet.h" -#include "logger.h" - -#include "system.h" +#include "utils.h" +#include "xalloc.h" /* The name this program was run with. */ char *program_name = NULL;