]> git.meshlink.io Git - meshlink/blobdiff - src/system.h
Update all header guards.
[meshlink] / src / system.h
index 69622b2ca412a47eaf58954f072b5c892ed93af9..2c09551530e871d1127235c15769c547c9046303 100644 (file)
@@ -1,6 +1,9 @@
+#ifndef MESHLINK_SYSTEM_H
+#define MESHLINK_SYSTEM_H
+
 /*
     system.h -- system headers
-    Copyright (C) 2014 Guus Sliepen <guus@meshlink.io>
+    Copyright (C) 2014, 2017 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
@@ -17,9 +20,6 @@
     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */
 
-#ifndef __MESHLINK_SYSTEM_H__
-#define __MESHLINK_SYSTEM_H__
-
 #include "../config.h"
 
 #include "have.h"
@@ -42,4 +42,4 @@ typedef int bool;
 typedef int socklen_t;
 #endif
 
-#endif /* __MESHLINK_SYSTEM_H__ */
+#endif