ports/misc/mc/files/patch-src-util.h
Max Khon 694ecd186a - 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>
2004-06-14 20:56:00 +00:00

11 lines
425 B
C

--- 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);