diff options
Diffstat (limited to 'x11-fm/vide/files/patch-search_mode.c')
-rw-r--r-- | x11-fm/vide/files/patch-search_mode.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/x11-fm/vide/files/patch-search_mode.c b/x11-fm/vide/files/patch-search_mode.c deleted file mode 100644 index fd43c645c886..000000000000 --- a/x11-fm/vide/files/patch-search_mode.c +++ /dev/null @@ -1,15 +0,0 @@ ---- search_mode.c.orig Thu Oct 12 23:36:05 2000 -+++ search_mode.c Sat Feb 24 15:14:47 2001 -@@ -16,6 +16,12 @@ - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA - */ - -+#include<sys/param.h> -+#if (defined(BSD) && (BSD>=199103)) -+ /* Required by regex.h on FreeBSD 4.2 at least. */ -+ #include<sys/types.h> -+#endif -+ - #include <fnmatch.h> - #include<stdio.h> - #include<string.h> |