diff options
author | asami <asami@FreeBSD.org> | 1996-05-27 15:36:41 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-05-27 15:36:41 +0800 |
commit | 8b514670576a0731bb6f7f1e1e5824e149146b30 (patch) | |
tree | 1e200d57269b45f177c4c07087ea8d50da5ba9ec | |
parent | a15908b3cd3ef008091e08a6c58d13dd399e9481 (diff) | |
download | freebsd-ports-gnome-8b514670576a0731bb6f7f1e1e5824e149146b30.tar.gz freebsd-ports-gnome-8b514670576a0731bb6f7f1e1e5824e149146b30.tar.zst freebsd-ports-gnome-8b514670576a0731bb6f7f1e1e5824e149146b30.zip |
Make this compile under 2.1R too.
Submitted by: chuckr@glue.umd.edu
-rw-r--r-- | textproc/glimpse/files/patch-ab | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/textproc/glimpse/files/patch-ab b/textproc/glimpse/files/patch-ab new file mode 100644 index 000000000000..f2f4e1d8dd9a --- /dev/null +++ b/textproc/glimpse/files/patch-ab @@ -0,0 +1,10 @@ +--- agrep/agrep.c.orig Mon May 20 14:05:35 1996 ++++ agrep/agrep.c Mon May 20 14:06:00 1996 +@@ -3,6 +3,7 @@ + * 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" |