Commits

Daniel Kurtz committed 5986e020c15
drm: Fix error message in drmWaitVBlank If clock_gettime did fail, it would return -1 and set errno. What we really want to strerror() is the errno. Signed-off-by: Daniel Kurtz <djkurtz@chromium.org> Signed-off-by: srinivas pulukuru <srinivas.pulukuru@ti.com>