[PATCH] util: Fix the build on MinGW because of missing DT_CHR dirent type

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Caused by commit 39480969

Signed-off-by: Erik Skultety <eskultet@xxxxxxxxxx>
---

Pushed under the build breaker rule.

 src/util/virutil.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/util/virutil.c b/src/util/virutil.c
index da12a11e04..279e6aedc0 100644
--- a/src/util/virutil.c
+++ b/src/util/virutil.c
@@ -2172,9 +2172,6 @@ virHostGetDRMRenderNode(void)
         return NULL;

     while ((dirErr = virDirRead(driDir, &ent, driPath)) > 0) {
-        if (ent->d_type != DT_CHR)
-            continue;
-
         if (STRPREFIX(ent->d_name, "renderD")) {
             have_rendernode = true;
             break;
--
2.19.2

--
libvir-list mailing list
libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list



[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]

  Powered by Linux