mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-29 06:47:21 +01:00
Remove regex.h, it conflicts with our POSIX regex.h and we already
have it under different name: gnuregex.h (from libregex) Change all references of <regex.h> to <gnuregex.h>
This commit is contained in:
parent
80785c507b
commit
5c19f0147a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4572
@ -31,7 +31,7 @@ extern "C" {
|
||||
#if 1
|
||||
#include <rx.h>
|
||||
#else
|
||||
#include <regex.h>
|
||||
#include <gnuregex.h>
|
||||
#endif
|
||||
}
|
||||
|
||||
|
@ -114,7 +114,7 @@ init_syntax_once ()
|
||||
#endif
|
||||
|
||||
/* Get the interface, including the syntax bits. */
|
||||
#include "regex.h"
|
||||
#include <gnuregex.h>
|
||||
|
||||
|
||||
/* These are the command codes that appear in compiled regular
|
||||
|
Loading…
Reference in New Issue
Block a user