From: Todd C. Miller Date: Wed, 20 Aug 2008 11:41:22 +0000 (+0000) Subject: remove #if 1 X-Git-Tag: SUDO_1_7_0~93 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1954d681166a958ce6c080876468c6d3975b7dbd;p=sudo remove #if 1 --- diff --git a/sudo.h b/sudo.h index 9429fc0ce..6987988d5 100644 --- a/sudo.h +++ b/sudo.h @@ -253,7 +253,6 @@ int sudo_ldap_display_defaults __P((struct sudo_nss *, struct passwd *, struct l int sudo_ldap_display_bound_defaults __P((struct sudo_nss *, struct passwd *, struct lbuf *)); int sudo_ldap_display_privs __P((struct sudo_nss *, struct passwd *, struct lbuf *)); #endif -#if 1 int sudo_file_open __P((struct sudo_nss *)); int sudo_file_close __P((struct sudo_nss *)); int sudo_file_setdefs __P((struct sudo_nss *)); @@ -263,7 +262,6 @@ int sudo_file_display_cmnd __P((struct sudo_nss *, struct passwd *)); int sudo_file_display_defaults __P((struct sudo_nss *, struct passwd *, struct lbuf *)); int sudo_file_display_bound_defaults __P((struct sudo_nss *, struct passwd *, struct lbuf *)); int sudo_file_display_privs __P((struct sudo_nss *, struct passwd *, struct lbuf *)); -#endif void set_perms __P((int)); void remove_timestamp __P((int)); int check_secureware __P((char *));