diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2024-04-22 20:28:38 +0200 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2024-04-22 20:28:38 +0200 |
commit | 38968fa4ef4faad856e5863df96c3d6f0c55f028 (patch) | |
tree | 926ebdf857638016a7947a1c62a76ff36f897750 /textproc/agrep/files/patch-maskgen.c | |
parent | audio/sdl2_mixer: sort options, remove stray OGG option (diff) |
textproc/agrep: Update to 3.41.5
Diffstat (limited to 'textproc/agrep/files/patch-maskgen.c')
-rw-r--r-- | textproc/agrep/files/patch-maskgen.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/textproc/agrep/files/patch-maskgen.c b/textproc/agrep/files/patch-maskgen.c deleted file mode 100644 index f6aef650e9c5..000000000000 --- a/textproc/agrep/files/patch-maskgen.c +++ /dev/null @@ -1,16 +0,0 @@ ---- maskgen.c.orig 1992-01-17 19:14:43 UTC -+++ maskgen.c -@@ -2,11 +2,11 @@ - #include "agrep.h" - - extern unsigned D_endpos, endposition, Init1, wildmask; --extern Mask[], Bit[], Init[], NO_ERR_MASK; -+extern int Mask[], Bit[], Init[], NO_ERR_MASK; - extern int AND, SIMPLEPATTERN, REGEX, NOUPPER, D_length; - extern unsigned char Progname[]; - --maskgen(Pattern, D) -+int maskgen(Pattern, D) - unsigned char *Pattern; int D; - { - struct term { int flag; unsigned char class[WORD]; |