From 687840152fba261c2c901cece59e91a404895f59 Mon Sep 17 00:00:00 2001 From: havill Date: Wed, 13 Oct 2004 20:03:57 +0000 Subject: [PATCH] reverse patch order --- gpm-1.20.1-nodebug.patch | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/gpm-1.20.1-nodebug.patch b/gpm-1.20.1-nodebug.patch index f849351..945b576 100644 --- a/gpm-1.20.1-nodebug.patch +++ b/gpm-1.20.1-nodebug.patch @@ -10,21 +10,3 @@ /*....................................... First of all, check xterm */ ---- gpm-1.20.1/src/lib/liblow.c.orig 2004-10-13 15:46:57.892406044 -0400 -+++ gpm-1.20.1/src/lib/liblow.c 2004-10-13 15:56:10.922975340 -0400 -@@ -262,13 +262,14 @@ - gpm_report(GPM_PR_ERR,"consolename not set"); - goto err; - } -+#if 0 - /* do we really need this check ? */ - if(strncmp(tty,consolename,strlen(consolename)-1) - || !isdigit(tty[strlen(consolename)-1])) { - gpm_report(GPM_PR_ERR,"strncmp/isdigit/consolename failed"); - goto err; - } -- -+#endif - conn->vc=atoi(&tty[strlen(consolename)-1]); - } -