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

@@ -15,8 +15,8 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
#ifndef _PWUTIL_H
#define _PWUTIL_H
#ifndef _SUDOERS_PWUTIL_H
#define _SUDOERS_PWUTIL_H
#define ptr_to_item(p) ((struct cache_item *)((char *)p - offsetof(struct cache_item_##p, p)))
@@ -63,4 +63,4 @@ struct cache_item *sudo_make_gritem(gid_t gid, const char *group);
struct cache_item *sudo_make_grlist_item(struct passwd *pw);
struct cache_item *sudo_make_pwitem(uid_t uid, const char *user);
#endif /* _PWUTIL_H */
#endif /* _SUDOERS_PWUTIL_H */