summaryrefslogtreecommitdiff
path: root/misc/mc/files/patch-src-util.h
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2004-06-14 20:56:00 +0000
committerMax Khon <fjoe@FreeBSD.org>2004-06-14 20:56:00 +0000
commit694ecd186a9b12f5115b130cb96dc3428c8dc76b (patch)
treef1a6e73aac755d8e00dfb5f10ac6a3618d9becf9 /misc/mc/files/patch-src-util.h
parent- Strip binaries (diff)
- Fix CAN-2004-0226, CAN-2004-0231, CAN-2004-0232.
- Do not use :: in patch file names. - Patch for CAN-2003-1023 is now contained in patch-vfs-direntry.c. - Bump PORTREVISION. Submitted by: Jakub Jelinek <jakub@redhat.com>
Notes
Notes: svn path=/head/; revision=111487
Diffstat (limited to 'misc/mc/files/patch-src-util.h')
-rw-r--r--misc/mc/files/patch-src-util.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/mc/files/patch-src-util.h b/misc/mc/files/patch-src-util.h
new file mode 100644
index 000000000000..9d3ca4ba75ee
--- /dev/null
+++ b/misc/mc/files/patch-src-util.h
@@ -0,0 +1,11 @@
+--- 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);