X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fsystem.h;h=2201ff312729d9fd0c3db4ee676a7cbba297c9a6;hp=4b428b173773618148dae83ac29920de82b49b45;hb=d10834e92015f1e0e5bf74e03b161b3a5dc363fb;hpb=615ecb7a8a6e0ffc8d37f08fe46d5c50cef8b3e0 diff --git a/src/system.h b/src/system.h index 4b428b17..2201ff31 100644 --- a/src/system.h +++ b/src/system.h @@ -1,7 +1,7 @@ /* system.h -- system headers Copyright (C) 1998-2005 Ivo Timmermans - 2003-2013 Guus Sliepen + 2003-2016 Guus Sliepen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -33,8 +33,4 @@ #include "dropin.h" -#ifndef HAVE_SOCKLEN_T -typedef int socklen_t; -#endif - #endif /* __TINC_SYSTEM_H__ */