summaryrefslogtreecommitdiffstats
path: root/base/gpm/gpm-1.20.5-no-dumb-error-messages.patch
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-10-22 21:23:25 +0200
committertnut <thierryn1 at hispeed dot ch>2010-10-22 21:23:25 +0200
commit3b48b187da65dec9397ff143c46a79ae3bcd6c32 (patch)
tree11fc2d7fc0520ba62af63cf92561f733f86edc43 /base/gpm/gpm-1.20.5-no-dumb-error-messages.patch
parent54ae5dffc61b9ae3228a58b93fdb8a5bb9ada7b2 (diff)
downloadnutyx-pakxe-3b48b187da65dec9397ff143c46a79ae3bcd6c32.tar.gz
nutyx-pakxe-3b48b187da65dec9397ff143c46a79ae3bcd6c32.tar.bz2
nutyx-pakxe-3b48b187da65dec9397ff143c46a79ae3bcd6c32.tar.xz
nutyx-pakxe-3b48b187da65dec9397ff143c46a79ae3bcd6c32.zip
gpm, port nettoyé
Diffstat (limited to 'base/gpm/gpm-1.20.5-no-dumb-error-messages.patch')
-rw-r--r--base/gpm/gpm-1.20.5-no-dumb-error-messages.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/base/gpm/gpm-1.20.5-no-dumb-error-messages.patch b/base/gpm/gpm-1.20.5-no-dumb-error-messages.patch
deleted file mode 100644
index 44f4e7655..000000000
--- a/base/gpm/gpm-1.20.5-no-dumb-error-messages.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -pruN gpm-1.20.5.orig/src/lib/liblow.c gpm-1.20.5/src/lib/liblow.c
---- gpm-1.20.5.orig/src/lib/liblow.c 2008-06-17 09:54:54.811257867 +1000
-+++ gpm-1.20.5/src/lib/liblow.c 2008-06-17 10:00:27.489256401 +1000
-@@ -377,7 +377,7 @@ int Gpm_Open(Gpm_Connect *conn, int flag
- /*....................................... Error: free all memory */
- err:
- if (gpm_is_disabled < 2) /* be quiet if no gpmctl socket found */
-- gpm_report(GPM_PR_ERR,"Oh, oh, it's an error! possibly I die! ");
-+ /* gpm_report(GPM_PR_ERR,"Oh, oh, it's an error! possibly I die! "); */
- while(gpm_stack) {
- new=gpm_stack->next;
- free(gpm_stack);
-