summaryrefslogtreecommitdiff
path: root/textproc/agrep/files/patch-follow.c
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2024-04-22 20:28:38 +0200
committerDirk Meyer <dinoex@FreeBSD.org>2024-04-22 20:28:38 +0200
commit38968fa4ef4faad856e5863df96c3d6f0c55f028 (patch)
tree926ebdf857638016a7947a1c62a76ff36f897750 /textproc/agrep/files/patch-follow.c
parentaudio/sdl2_mixer: sort options, remove stray OGG option (diff)
textproc/agrep: Update to 3.41.5
Diffstat (limited to 'textproc/agrep/files/patch-follow.c')
-rw-r--r--textproc/agrep/files/patch-follow.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/textproc/agrep/files/patch-follow.c b/textproc/agrep/files/patch-follow.c
deleted file mode 100644
index 64ff83378930..000000000000
--- a/textproc/agrep/files/patch-follow.c
+++ /dev/null
@@ -1,19 +0,0 @@
---- follow.c.orig 1992-01-17 19:14:42 UTC
-+++ follow.c
-@@ -3,14 +3,12 @@
- construction. */
-
- #include <stdio.h>
-+#include <stdlib.h>
-+#include <string.h>
- #include "re.h"
-
--extern char *strncpy(), *strcat(), *strcpy();
--extern int strlen();
--
- #define TRUE 1
-
--extern char *malloc();
- extern Pset pset_union();
- extern int pos_cnt;
- extern Re_node parse();