Avoid using a leading underbar in defines as they are reserved in

ISO C.
This commit is contained in:
Todd C. Miller
2015-05-21 11:13:20 -06:00
parent 1298ea9107
commit 05a01d4c5d
60 changed files with 202 additions and 202 deletions

View File

@@ -30,8 +30,8 @@
* $FreeBSD: head/sys/sys/queue.h 251887 2013-06-18 02:57:56Z lstewart $
*/
#ifndef _SUDO_QUEUE_H_
#define _SUDO_QUEUE_H_
#ifndef SUDO_QUEUE_H
#define SUDO_QUEUE_H
/*
* This file defines four types of data structures: singly-linked lists,
@@ -803,4 +803,4 @@ struct { \
(head)->tqh_last = last; \
} while (0)
#endif /* !_SUDO_QUEUE_H_ */
#endif /* !SUDO_QUEUE_H */