Browse code

bb11451 - fix guard macro name collision on AIX.

Steven Morgan authored on 2015/12/23 09:04:42
Showing 1 changed files
... ...
@@ -30,8 +30,8 @@
30 30
  * $FreeBSD$
31 31
  */
32 32
 
33
-#ifndef _SYS_QUEUE_H_
34
-#define	_SYS_QUEUE_H_
33
+#ifndef _SYS_QUEUE_CLAMAV_H_
34
+#define	_SYS_QUEUE_CLAMAV_H_
35 35
 
36 36
 #if HAVE_SYS_CDEFS_H
37 37
 #include <sys/cdefs.h>
... ...
@@ -698,4 +698,4 @@ struct {								\
698 698
 		(head2)->tqh_last = &(head2)->tqh_first;		\
699 699
 } while (0)
700 700
 
701
-#endif /* !_SYS_QUEUE_H_ */
701
+#endif /* !_SYS_QUEUE_CLAMAV_H_ */