summaryrefslogtreecommitdiff
path: root/misc/mc/files/patch-src-util.h
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2005-08-30 15:45:52 +0000
committerMax Khon <fjoe@FreeBSD.org>2005-08-30 15:45:52 +0000
commit0c5af188b95d574a03de92c0f58e9e6cb6ab08ee (patch)
tree9e9985d4e56208f7de3106abe654cc3b03c71ac6 /misc/mc/files/patch-src-util.h
parent- Update to 2.6.7 (diff)
Update to 4.6.1.
Submitted by: Alex Samorukov
Notes
Notes: svn path=/head/; revision=141472
Diffstat (limited to 'misc/mc/files/patch-src-util.h')
-rw-r--r--misc/mc/files/patch-src-util.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/misc/mc/files/patch-src-util.h b/misc/mc/files/patch-src-util.h
deleted file mode 100644
index 9d3ca4ba75ee..000000000000
--- a/misc/mc/files/patch-src-util.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/util.h.orig Tue Jan 28 03:07:29 2003
-+++ src/util.h Tue Jun 15 03:15:09 2004
-@@ -62,7 +62,7 @@
- #define icase_search(T,D) _icase_search((T), (D), NULL)
-
- /* Matching */
--enum { match_file, match_normal };
-+enum { match_file, match_normal, match_regex };
- extern int easy_patterns;
- char *convert_pattern (char *pattern, int match_type, int do_group);
- int regexp_match (char *pattern, char *string, int match_type);