2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 14:25:15 +00:00

Change multiple inclusion guards to be _SUDOERS_FOO_H

This commit is contained in:
Todd C. Miller
2013-03-25 11:17:46 -04:00
parent b507f0a854
commit a803b4d2ec
17 changed files with 51 additions and 51 deletions

View File

@@ -14,8 +14,8 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
#ifndef _SUDO_INS_CLASSIC_H
#define _SUDO_INS_CLASSIC_H
#ifndef _SUDOERS_INS_CLASSIC_H
#define _SUDOERS_INS_CLASSIC_H
/*
* Insults from the original sudo(8).
@@ -34,4 +34,4 @@
"Do you think like you type?",
"Your mind just hasn't been the same since the electro-shock, has it?",
#endif /* _SUDO_INS_CLASSIC_H */
#endif /* _SUDOERS_INS_CLASSIC_H */