=== modified file 'dracut-module/password-agent.c' --- dracut-module/password-agent.c 2019-08-03 12:27:14 +0000 +++ dracut-module/password-agent.c 2019-08-03 12:31:22 +0000 @@ -48,9 +48,9 @@ #include /* error() */ #include /* EX_USAGE, EX_OSERR, EX_OSFILE */ #include /* errno, error_t, EACCES, - ENAMETOOLONG, ENOENT, EEXIST, - ECHILD, EPERM, ENOMEM, EAGAIN, - EINTR, ENOBUFS, EADDRINUSE, + ENAMETOOLONG, ENOENT, ENOTDIR, + EEXIST, ECHILD, EPERM, ENOMEM, + EAGAIN, EINTR, ENOBUFS, EADDRINUSE, ECONNREFUSED, ECONNRESET, ETOOMANYREFS, EMSGSIZE, EBADF, EINVAL */ @@ -84,14 +84,16 @@ #include /* O_CLOEXEC, O_NONBLOCK, fcntl(), F_GETFD, F_GETFL, FD_CLOEXEC, open(), O_WRONLY, O_NOCTTY, - O_RDONLY */ + O_RDONLY, O_NOFOLLOW */ #include /* waitpid(), WNOHANG, WIFEXITED(), WEXITSTATUS() */ #include /* PIPE_BUF, NAME_MAX, INT_MAX */ #include /* inotify_init1(), IN_NONBLOCK, IN_CLOEXEC, inotify_add_watch(), IN_CLOSE_WRITE, IN_MOVED_TO, - IN_DELETE, struct inotify_event */ + IN_MOVED_FROM, IN_DELETE, + IN_EXCL_UNLINK, IN_ONLYDIR, + struct inotify_event */ #include /* fnmatch(), FNM_FILE_NAME */ #include /* asprintf(), FILE, fopen(), getline(), sscanf(), feof(),