summaryrefslogtreecommitdiff
path: root/compat
diff options
context:
space:
mode:
Diffstat (limited to 'compat')
-rw-r--r--compat/sys/queue.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/compat/sys/queue.h b/compat/sys/queue.h
index 6a9c581b..c387bdcf 100644
--- a/compat/sys/queue.h
+++ b/compat/sys/queue.h
@@ -32,8 +32,8 @@
* @(#)queue.h 8.5 (Berkeley) 8/20/94
*/
-#ifndef _SYS_QUEUE_H_
-#define _SYS_QUEUE_H_
+#ifndef SYS_QUEUE_H__
+#define SYS_QUEUE_H__
/*
* This file defines five types of data structures: singly-linked lists,
@@ -485,4 +485,4 @@ struct { \
(elm2)->field.cqe_prev->field.cqe_next = (elm2); \
} while (0)
-#endif /* !_SYS_QUEUE_H_ */
+#endif /* !SYS_QUEUE_H__ */