chiark / gitweb /
time-util: add and use USEC/NSEC_INFINIY
[elogind.git] / src / tty-ask-password-agent / tty-ask-password-agent.c
index 2c540ba17003ebd2f5176c7ae913803348993084..94ae5670f7d25ed92c8880a740e0e5ba73866d6b 100644 (file)
@@ -343,7 +343,7 @@ static int parse_password(const char *filename, char **wall) {
                         _cleanup_free_ char *password = NULL;
 
                         if (arg_console) {
-                                tty_fd = acquire_terminal("/dev/console", false, false, false, (usec_t) -1);
+                                tty_fd = acquire_terminal("/dev/console", false, false, false, USEC_INFINITY);
                                 if (tty_fd < 0)
                                         return tty_fd;
                         }