blob: c6af0fcb8b5858db8c167a3d7eb42c08c147f8a8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-aa,v 1.2 1998/08/07 11:14:12 agc Exp $
*** 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"
|