mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-31 06:15:37 +00:00
Add declaration of getauthdb() for AIX 5.1
This commit is contained in:
@@ -138,6 +138,7 @@ static authdb_t old_registry;
|
|||||||
|
|
||||||
# if defined(HAVE_DECL_SETAUTHDB) && !HAVE_DECL_SETAUTHDB
|
# if defined(HAVE_DECL_SETAUTHDB) && !HAVE_DECL_SETAUTHDB
|
||||||
int setauthdb(authdb_t new, authdb_t old);
|
int setauthdb(authdb_t new, authdb_t old);
|
||||||
|
int getauthdb(authdb_t val);
|
||||||
# endif
|
# endif
|
||||||
# if defined(HAVE_DECL_USRINFO) && !HAVE_DECL_USRINFO
|
# if defined(HAVE_DECL_USRINFO) && !HAVE_DECL_USRINFO
|
||||||
int usrinfo(int cmd, char *buf, int count);
|
int usrinfo(int cmd, char *buf, int count);
|
||||||
|
Reference in New Issue
Block a user