summaryrefslogtreecommitdiff
path: root/news/xvnews/files/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'news/xvnews/files/patch-ad')
-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