=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sudo/Attic/sudo_nss.h,v retrieving revision 1.1 retrieving revision 1.2 diff -c -r1.1 -r1.2 *** src/usr.bin/sudo/Attic/sudo_nss.h 2008/11/14 11:58:08 1.1 --- src/usr.bin/sudo/Attic/sudo_nss.h 2009/04/11 11:48:06 1.2 *************** *** 13,19 **** * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * ! * $Sudo: sudo_nss.h,v 1.5 2008/11/09 14:13:12 millert Exp $ */ struct lbuf; --- 13,19 ---- * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * ! * $Sudo: sudo_nss.h,v 1.6 2009/03/10 20:44:05 millert Exp $ */ struct lbuf; *************** *** 32,38 **** int (*display_bound_defaults) __P((struct sudo_nss *nss, struct passwd *, struct lbuf *)); int (*display_privs) __P((struct sudo_nss *nss, struct passwd *, struct lbuf *)); void *handle; ! int ret_notfound; }; TQ_DECLARE(sudo_nss) --- 32,39 ---- int (*display_bound_defaults) __P((struct sudo_nss *nss, struct passwd *, struct lbuf *)); int (*display_privs) __P((struct sudo_nss *nss, struct passwd *, struct lbuf *)); void *handle; ! short ret_if_found; ! short ret_if_notfound; }; TQ_DECLARE(sudo_nss)