Gitiles
Code Review
Sign In
192.168.1.100
/
T108
/
e958203796650e3959a43708d67534bf36f4c83b
/
.
/
external
/
subpack
/
utils
/
mg
/
patches
/
901-use_pcre.patch
blob: 292f2eba7bd003279c345c95b2adccbf02e88140 [
file
] [
log
] [
blame
]
---
a
/
re_search
.
c
+++
b
/
re_search
.
c
@@
-
16
,
7
+
16
,
7
@@
#ifdef
REGEX
#include
<sys/queue.h>
#include
<sys/types.h>
-#
include
<regex.h>
+#
include
<pcreposix.h>
#include
<signal.h>
#include
<stdio.h>
#include
<string.h>