$FreeBSD: ports/textproc/agrep/files/patch-follow.c,v 1.1 2002/07/21 01:56:56 naddy Exp $ --- follow.c.orig Fri Jan 17 20:14:42 1992 +++ follow.c Sun Jul 21 03:50:47 2002 @@ -3,14 +3,12 @@ construction. */ #include +#include +#include #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();