util/drm: make portable by avoiding struct dirent d_type
commit0b823cb07eade4e7e133cc09dfaccceec04cb6a2
authorGerd Hoffmann <kraxel@redhat.com>
Mon, 13 Jul 2020 13:36:10 +0000 (13 14:36 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 13 Jul 2020 13:36:10 +0000 (13 14:36 +0100)
tree5f0eae0bcced7e8ba86c438dcb4302e73c3f4fdb
parent2b9b9e701041dfbe5efd9af2205b21b35a49f971
util/drm: make portable by avoiding struct dirent d_type

Given this isn't perforance critical at all lets avoid the non-portable
d_type and use fstat instead to check whenever the file is a chardev.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reported-by: David Carlier <devnexen@gmail.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 20200703145614.16684-10-peter.maydell@linaro.org
Message-id: 20200701180302.14821-1-kraxel@redhat.com
[PMM: fixed comment style; tweaked subject line]
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
util/drm.c