bb11451 - fix guard macro name collision on AIX.

remotes/push_mirror/msola
Steven Morgan 10 years ago
parent f444aff6bc
commit 0137ea073d
  1. 6
      shared/queue.h

@ -30,8 +30,8 @@
* $FreeBSD$
*/
#ifndef _SYS_QUEUE_H_
#define _SYS_QUEUE_H_
#ifndef _SYS_QUEUE_CLAMAV_H_
#define _SYS_QUEUE_CLAMAV_H_
#if HAVE_SYS_CDEFS_H
#include <sys/cdefs.h>
@ -698,4 +698,4 @@ struct { \
(head2)->tqh_last = &(head2)->tqh_first; \
} while (0)
#endif /* !_SYS_QUEUE_H_ */
#endif /* !_SYS_QUEUE_CLAMAV_H_ */

Loading…
Cancel
Save