aboutsummaryrefslogtreecommitdiffstats
path: root/include/tools_share/uuid.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/tools_share/uuid.h')
-rw-r--r--include/tools_share/uuid.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/tools_share/uuid.h b/include/tools_share/uuid.h
index f3ac4af5f..7d0043206 100644
--- a/include/tools_share/uuid.h
+++ b/include/tools_share/uuid.h
@@ -31,8 +31,8 @@
* All rights reserved.
*/
-#ifndef _SYS_UUID_H_
-#define _SYS_UUID_H_
+#ifndef UUID_H
+#define UUID_H
/* Length of a node address (an IEEE 802 address). */
#define _UUID_NODE_LEN 6
@@ -59,4 +59,4 @@ struct uuid {
/* XXX namespace pollution? */
typedef struct uuid uuid_t;
-#endif /* _SYS_UUID_H_ */
+#endif /* UUID_H */