mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-31 14:25:15 +00:00
Avoid using a leading underbar in defines as they are reserved in
ISO C.
This commit is contained in:
@@ -14,8 +14,8 @@
|
||||
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
#ifndef _SUDOERS_NSS_H
|
||||
#define _SUDOERS_NSS_H
|
||||
#ifndef SUDOERS_NSS_H
|
||||
#define SUDOERS_NSS_H
|
||||
|
||||
struct sudo_lbuf;
|
||||
struct passwd;
|
||||
@@ -40,4 +40,4 @@ TAILQ_HEAD(sudo_nss_list, sudo_nss);
|
||||
|
||||
struct sudo_nss_list *sudo_read_nss(void);
|
||||
|
||||
#endif /* _SUDOERS_NSS_H */
|
||||
#endif /* SUDOERS_NSS_H */
|
||||
|
Reference in New Issue
Block a user