]> git.ipfire.org Git - thirdparty/libbsd.git/commitdiff
Use the same macro (_SYS_QUEUE_H) as <sys/queue.h> for header protection
authorRobert Millan <rmh@aybabtu.com>
Mon, 13 Feb 2006 20:45:13 +0000 (20:45 +0000)
committerGuillem Jover <guillem@hadrons.org>
Tue, 6 May 2008 05:50:08 +0000 (08:50 +0300)
This prevents collisions.

include/bsd/queue.h

index e31b26c5005b1cfb6e05573694322288d3c272bd..407f08bc8c7c4e45371810017331c8fbab3c0171 100644 (file)
@@ -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 */