]> granicus.if.org Git - sudo/commitdiff
change most T_INT -> T_UINT
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 2 Nov 2001 20:51:43 +0000 (20:51 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 2 Nov 2001 20:51:43 +0000 (20:51 +0000)
def_data.in

index 3d63c146d760d3f9111bbf0fe9b125591d120f35..42cec09fd70ca03b764ef860bd91c8486a06be71 100644 (file)
@@ -7,13 +7,13 @@
 #
 
 syslog_ifac
-       T_INT
+       T_UINT
        NULL
 syslog_igoodpri
-       T_INT
+       T_UINT
        NULL
 syslog_ibadpri
-       T_INT
+       T_UINT
        NULL
 syslog
        T_LOGFAC|T_BOOL
@@ -106,16 +106,16 @@ env_reset
        T_FLAG
        "Reset the environment to a default set of variables"
 loglinelen
-       T_INT|T_BOOL
+       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
+       T_UINT|T_BOOL
        "Password prompt timeout: %d minutes"
 passwd_tries
-       T_INT
+       T_UINT
        "Number of tries to enter a password: %d"
 umask
        T_MODE|T_BOOL
@@ -160,10 +160,10 @@ env_keep
        T_STR|T_BOOL
        "Environment variables to preserve: %s"
 listpw_i
-       T_INT
+       T_UINT
        NULL
 verifypw_i
-       T_INT
+       T_UINT
        NULL
 listpw
        T_PWFLAG