Adapt plugins to version I/O logging ABI 1.1

This commit is contained in:
Todd C. Miller
2010-12-20 16:28:20 -05:00
parent c833ff02b6
commit a10f216797
3 changed files with 87 additions and 31 deletions

View File

@@ -423,8 +423,8 @@ policy_close(int exit_status, int error)
static int
io_open(unsigned int version, sudo_conv_t conversation,
sudo_printf_t sudo_printf, char * const settings[],
char * const user_info[], int argc, char * const argv[],
char * const user_env[])
char * const user_info[], char * const command_info[],
int argc, char * const argv[], char * const user_env[])
{
int fd;
char path[PATH_MAX];