openbsd-ports/misc/ytree/patches/patch-match_c
naddy 20f57f9e28 Import of ytree-1.71.
Submitted by William Yodlowsky <bsd@openbsd.rutgers.edu>.

Ytree is a nifty  filemanager similar to xtree.  With some
helper-applications (zip/zoo/tar etc.) you can also browse archive
files.  Viewers for "special" files are configurable (*.wav, *.gif
etc.).
2001-01-03 18:54:09 +00:00

15 lines
308 B
Plaintext

$OpenBSD: patch-match_c,v 1.1.1.1 2001/01/03 18:54:09 naddy Exp $
--- match.c.orig Sat Jul 15 18:01:56 2000
+++ match.c Sat Dec 23 22:28:59 2000
@@ -17,6 +17,10 @@
#define HAS_REGCOMP
#endif
+#if defined( __OpenBSD__ )
+#define HAS_REGCOMP
+#include <sys/types.h>
+#endif
#ifdef HAS_REGEX
#ifdef sun