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

xorg-server: Changes to 'ubuntu'



 debian/patches/drm_device_keep_trying.patch |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 32c42a946c104fe454b1fcb71e5f85503adf4637
Author: Maarten Lankhorst <maarten.lankhorst@canonical.com>
Date:   Mon Mar 11 19:49:16 2013 +0100

    fix typo in drm_device_keep_trying.patch

diff --git a/debian/patches/drm_device_keep_trying.patch b/debian/patches/drm_device_keep_trying.patch
index e1809e0..a93a0bc 100644
--- a/debian/patches/drm_device_keep_trying.patch
+++ b/debian/patches/drm_device_keep_trying.patch
@@ -57,7 +57,7 @@ Signed-off-by: Bryce Harrington <bryce@canonical.com>
 +        if (!err)
 +            break;
 +
-+        if (err != -EACCESS) {
++        if (err != -EACCES) {
 +            ErrorF("drmSetInterfaceVersion failed with %i(%s)\n", err, strerror(-err));
 +            goto err;
 +        }


Reply to: