From d50e2bb387c4a1492dbb0dc1aab47a4a7df8fa27 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Fri, 2 Nov 2001 20:57:02 +0000 Subject: [PATCH] regenerated from def_data.in --- def_data.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/def_data.c b/def_data.c index bfabd7073..348bce817 100644 --- a/def_data.c +++ b/def_data.c @@ -99,16 +99,16 @@ struct sudo_defs_types sudo_defs_table[] = { "env_reset", T_FLAG, "Reset the environment to a default set of variables" }, { - "loglinelen", T_INT|T_BOOL, + "loglinelen", T_UINT|T_BOOL, "Length at which to wrap log file lines (0 for no wrap): %d" }, { "timestamp_timeout", T_INT|T_BOOL, "Authentication timestamp timeout: %d minutes" }, { - "passwd_timeout", T_INT|T_BOOL, + "passwd_timeout", T_UINT|T_BOOL, "Password prompt timeout: %d minutes" }, { - "passwd_tries", T_INT, + "passwd_tries", T_UINT, "Number of tries to enter a password: %d" }, { "umask", T_MODE|T_BOOL, -- 2.40.0