summaryrefslogtreecommitdiff
path: root/legacy/mkcfm/constise.patch
diff options
context:
space:
mode:
Diffstat (limited to 'legacy/mkcfm/constise.patch')
-rw-r--r--legacy/mkcfm/constise.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/legacy/mkcfm/constise.patch b/legacy/mkcfm/constise.patch
deleted file mode 100644
index aff209ecf..000000000
--- a/legacy/mkcfm/constise.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- mkcfm-1.0.1/mkcfm.c.old 2005-12-08 17:54:40.000000000 +0000
-+++ mkcfm-1.0.1/mkcfm.c 2018-12-31 07:32:01.460000000 +0000
-@@ -194,7 +194,7 @@
-
-
- Atom
--MakeAtom(char *p, unsigned len, int makeit)
-+MakeAtom(const char *p, unsigned len, int makeit)
- {
- return *p;
- }