mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
e7c7b56ee8
Closes PR 1525. Submitted by: Andreas Kohout <shanee@rabbit.augusta.de>
15 lines
276 B
Plaintext
15 lines
276 B
Plaintext
*** 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
|