1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/textproc/glimpse/files/patch-aa
Chuck Robey 2f1b352d4c Upgrade glimpse port to version 4.0.
Submitted by:	Bakul Shah <bakul@plexuscom.com>
1997-01-11 05:30:28 +00:00

13 lines
390 B
Plaintext

*** agrep/agrep.c.orig Thu Aug 22 07:51:14 1996
--- agrep/agrep.c Thu Aug 22 07:51:27 1996
***************
*** 3,8 ****
--- 3,9 ----
* bgopal: (1993-4) added a library interface and removed some bugs: also
* selectively modified many routines to work with our text-compression algo.
*/
+ #include <sys/types.h>
#include <sys/stat.h>
#include "agrep.h"
#include "checkfile.h"