summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/lcdtest/files/1.08-help-option.patch')
-rw-r--r--sys-apps/lcdtest/files/1.08-help-option.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/sys-apps/lcdtest/files/1.08-help-option.patch b/sys-apps/lcdtest/files/1.08-help-option.patch
deleted file mode 100644
index 19254997cef9..000000000000
--- a/sys-apps/lcdtest/files/1.08-help-option.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- lcdtest-1.08/src/lcdtest.c 2007-06-05 19:38:23.000000000 -0400
-+++ lcdtest.c 2007-10-22 13:04:09.000000000 -0400
-@@ -680,7 +680,8 @@
- {
- argv++;
- if ((strcmp (argv [0], "--help") == 0) ||
-- (strcmp (argv [0], "-?") == 0))
-+ (strcmp (argv [0], "-?") == 0) ||
-+ (strcmp (argv [0], "-h") ==0))
- {
- usage (stderr);
- help (stderr);