summaryrefslogtreecommitdiff
path: root/textproc/glimpse/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/glimpse/files/patch-ab')
-rw-r--r--textproc/glimpse/files/patch-ab22
1 files changed, 12 insertions, 10 deletions
diff --git a/textproc/glimpse/files/patch-ab b/textproc/glimpse/files/patch-ab
index f2f4e1d8dd9a..75353d6e210d 100644
--- a/textproc/glimpse/files/patch-ab
+++ b/textproc/glimpse/files/patch-ab
@@ -1,10 +1,12 @@
---- 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"
+*** 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"