summaryrefslogtreecommitdiff
path: root/devel/gcvs/files/patch-common_LogDlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gcvs/files/patch-common_LogDlg.cpp')
-rw-r--r--devel/gcvs/files/patch-common_LogDlg.cpp38
1 files changed, 0 insertions, 38 deletions
diff --git a/devel/gcvs/files/patch-common_LogDlg.cpp b/devel/gcvs/files/patch-common_LogDlg.cpp
deleted file mode 100644
index 08f2b96254f5..000000000000
--- a/devel/gcvs/files/patch-common_LogDlg.cpp
+++ /dev/null
@@ -1,38 +0,0 @@
---- common/LogDlg.cpp.orig 2007-11-13 23:54:34.000000000 +0100
-+++ common/LogDlg.cpp 2007-11-13 23:54:59.000000000 +0100
-@@ -57,7 +57,7 @@
- #include "CvsPrefs.h"
- #include "MultiString.h"
-
--char *sDefLogTagNames[] =
-+const char *sDefLogTagNames[] =
- {
- "1.32:1.35",
- "1.32:",
-@@ -67,7 +67,7 @@
- 0L
- };
-
--char *sDefLogDateNames[] =
-+const char *sDefLogDateNames[] =
- {
- ">1998-3-24",
- "<1998-1-24",
-@@ -76,7 +76,7 @@
- 0L
- };
-
--char *sDefLogStateNames[] =
-+const char *sDefLogStateNames[] =
- {
- "mystate",
- "dead",
-@@ -85,7 +85,7 @@
- 0L
- };
-
--char *sDefLogUserNames[] =
-+const char *sDefLogUserNames[] =
- {
- "johna",
- "garyb",