]> granicus.if.org Git - sudo/commitdiff
remove #if 1
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 20 Aug 2008 11:41:22 +0000 (11:41 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 20 Aug 2008 11:41:22 +0000 (11:41 +0000)
sudo.h

diff --git a/sudo.h b/sudo.h
index 9429fc0ce5d88324247c2e448d1716bdd534d01f..6987988d56f5ba1937cd5bcaa0d8132c6da7175d 100644 (file)
--- 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 *));