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, 0 insertions, 14 deletions
diff --git a/news/xvnews/files/patch-ad b/news/xvnews/files/patch-ad
deleted file mode 100644
index 5c68501fe00b..000000000000
--- a/news/xvnews/files/patch-ad
+++ /dev/null
@@ -1,14 +0,0 @@
-*** 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