]> git.meshlink.io Git - meshlink/blobdiff - src/system.h
A first attempt at merging UTCP into MeshLink.
[meshlink] / src / system.h
index 09638dce21e53ef45002c48d0352872f147bf757..69622b2ca412a47eaf58954f072b5c892ed93af9 100644 (file)
@@ -1,7 +1,6 @@
 /*
     system.h -- system headers
-    Copyright (C) 1998-2005 Ivo Timmermans
-                  2003-2009 Guus Sliepen <guus@tinc-vpn.org>
+    Copyright (C) 2014 Guus Sliepen <guus@meshlink.io>
 
     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__ */