1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Restore correct regexp matching.

PR:		100780
Submitted by:	Valentin Nechayev <netch@lucky.net>
Approved by:	maintainer, arved (mentor)
This commit is contained in:
Stefan Walter 2006-08-17 15:52:58 +00:00
parent a1d426ea13
commit fd58ce0f2d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170881
2 changed files with 10 additions and 1 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= netmond
PORTVERSION= 2.2b6
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= net-mgmt
MASTER_SITES= ftp://ftp.risp.ru/pub/RinetSoftware/
DISTNAME= netmond-2.2-b6

View File

@ -1131,3 +1131,12 @@
#define iswordc(x) chrtyp[inascii(x)]
#define isinset(x, y) ((x)[((y)&BLKIND)>>3] & (1<<((y)&BITIND)))
@@ -596,7 +596,7 @@
#define ANYSKIP 2 /* CLO ANY END ... */
#define CHRSKIP 3 /* CLO CHR chr END ... */
-#define CCLSKIP 18 /* CLO CCL 16bytes END ... */
+#define CCLSKIP BITBLK+2 /* CLO CCL 32bytes END ... */
static char *
pmatch(prog, lp, ap)