--- embedaddon/sudo/plugins/sudoers/sudo_nss.h 2012/02/21 16:23:02 1.1.1.1 +++ embedaddon/sudo/plugins/sudoers/sudo_nss.h 2013/07/22 10:46:12 1.1.1.2 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007-2011 Todd C. Miller + * Copyright (c) 2007-2011, 2013 Todd C. Miller * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -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 */