summaryrefslogtreecommitdiff
path: root/news/xvnews/files/patch-ad
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1996-11-25 09:53:06 +0000
committerThomas Gellekum <tg@FreeBSD.org>1996-11-25 09:53:06 +0000
commite7c7b56ee81f2164df176db5057fd76f25b79c58 (patch)
tree820eea2c22366668d86633d25db747832953fb43 /news/xvnews/files/patch-ad
parentImport of xtar, a tar file browser. (diff)
Import of xvnews, an OpenLook newsreader.
Closes PR 1525. Submitted by: Andreas Kohout <shanee@rabbit.augusta.de>
Notes
Notes: svn path=/head/; revision=4661
Diffstat (limited to '')
-rw-r--r--news/xvnews/files/patch-ad14
1 files changed, 14 insertions, 0 deletions
diff --git a/news/xvnews/files/patch-ad b/news/xvnews/files/patch-ad
new file mode 100644
index 000000000000..5c68501fe00b
--- /dev/null
+++ b/news/xvnews/files/patch-ad
@@ -0,0 +1,14 @@
+*** xv_regex.c.orig Wed Nov 20 19:28:51 1996
+--- xv_regex.c Wed Nov 20 19:21:09 1996
+***************
+*** 57,62 ****
+--- 57,65 ----
+
+ #if defined(POSIX_REGEX)
+ #include <regex.h>
++ #ifndef REG_NOERROR
++ #define REG_NOERROR 0
++ #endif
+ #else
+ #include <regexp.h>
+ #endif