X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fsystem.h;h=69622b2ca412a47eaf58954f072b5c892ed93af9;hb=af8787d1b921fd2e286514ebe83ee1c7b449f298;hp=09638dce21e53ef45002c48d0352872f147bf757;hpb=e70b5b5bd77bb66e8dd324c17d86d9bff151aa82;p=meshlink diff --git a/src/system.h b/src/system.h index 09638dce..69622b2c 100644 --- a/src/system.h +++ b/src/system.h @@ -1,7 +1,6 @@ /* system.h -- system headers - Copyright (C) 1998-2005 Ivo Timmermans - 2003-2009 Guus Sliepen + Copyright (C) 2014 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 @@ -18,8 +17,8 @@ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#ifndef __TINC_SYSTEM_H__ -#define __TINC_SYSTEM_H__ +#ifndef __MESHLINK_SYSTEM_H__ +#define __MESHLINK_SYSTEM_H__ #include "../config.h" @@ -43,4 +42,4 @@ typedef int bool; typedef int socklen_t; #endif -#endif /* __TINC_SYSTEM_H__ */ +#endif /* __MESHLINK_SYSTEM_H__ */