projects
/
openwrt
/
svn-archive
/
archive.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add ngrep from #1719
[openwrt/svn-archive/archive.git]
/
net
/
ngrep
/
patches
/
001-ngrep.patch
1
diff -ur ngrep-1.45/ngrep.c ngrep-1.45.mod/ngrep.c
2
--- ngrep-1.45/ngrep.c Tue Nov 28 15:38:43 2006
3
+++ ngrep-1.45.mod/ngrep.c Sat May 19 10:21:27 2007
4
@@ -92,7 +92,7 @@
5
#endif
6
7
#if USE_PCRE
8
-#include "pcre-5.0/pcre.h"
9
+#include "pcre.h"
10
#else
11
#include "regex-0.12/regex.h"
12
#endif