summaryrefslogtreecommitdiff
path: root/include/bsd
diff options
context:
space:
mode:
authorRobert Millan <rmh@aybabtu.com>2006-02-13 20:45:13 +0000
committerGuillem Jover <guillem@hadrons.org>2008-05-06 08:50:08 +0300
commit7a8c1c864879b3162e1048ddcb3ad59540bb0e0e (patch)
treec78e15d1d1e381e083c7d243318eb6823ba4f29e /include/bsd
parent019b5818da4db2c7a053c0b4e065b2fd17979f48 (diff)
downloadlibbsd-7a8c1c864879b3162e1048ddcb3ad59540bb0e0e.tar.gz
Use the same macro (_SYS_QUEUE_H) as <sys/queue.h> for header protection
This prevents collisions.
Diffstat (limited to 'include/bsd')
-rw-r--r--include/bsd/queue.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/bsd/queue.h b/include/bsd/queue.h
index e31b26c..407f08b 100644
--- a/include/bsd/queue.h
+++ b/include/bsd/queue.h
@@ -30,8 +30,8 @@
* $FreeBSD: src/sys/sys/queue.h,v 1.58 2004/04/07 04:19:49 imp Exp $
*/
-#ifndef _SYS_QUEUE_H_
-#define _SYS_QUEUE_H_
+#ifndef _SYS_QUEUE_H
+#define _SYS_QUEUE_H
#include <sys/cdefs.h>
@@ -550,4 +550,4 @@ void remque(void *a);
#endif /* _KERNEL */
-#endif /* !_SYS_QUEUE_H_ */
+#endif /* !_SYS_QUEUE_H */