2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 06:15:37 +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_NSS_H
#define _SUDO_NSS_H
#ifndef _SUDOERS_NSS_H
#define _SUDOERS_NSS_H
struct lbuf;
struct passwd;
@@ -41,4 +41,4 @@ TQ_DECLARE(sudo_nss)
struct sudo_nss_list *sudo_read_nss(void);
#endif /* _SUDO_NSS_H */
#endif /* _SUDOERS_NSS_H */