Index: head/contrib/hyperv/tools/hv_kvp_daemon.c =================================================================== --- head/contrib/hyperv/tools/hv_kvp_daemon.c +++ head/contrib/hyperv/tools/hv_kvp_daemon.c @@ -1437,7 +1437,7 @@ for (;;) { - r = poll (hv_kvp_poll_fd, 1, 100); + r = poll (hv_kvp_poll_fd, 1, INFTIM); KVP_LOG(LOG_DEBUG, "poll returned r = %d, revent = 0x%x\n", r, hv_kvp_poll_fd[0].revents);