diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-01-15 10:12:32 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-01-15 10:12:32 +0000 |
commit | 55e625023830e72212ae3ad65de43e6e361c8100 (patch) | |
tree | 919da1114e35ef2c90aa3447fcacfe5b196854b2 /textproc/glimpse/files | |
parent | install documentation image files (diff) |
A fast text searching tool. NO_PACKAGE because it can't be redistributed
for profit.
Submitted by: chuckr@glue.umd.edu
Diffstat (limited to 'textproc/glimpse/files')
-rw-r--r-- | textproc/glimpse/files/patch-aa | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/textproc/glimpse/files/patch-aa b/textproc/glimpse/files/patch-aa new file mode 100644 index 000000000000..50abe3931a95 --- /dev/null +++ b/textproc/glimpse/files/patch-aa @@ -0,0 +1,12 @@ +diff -ur libtemplate/util/strerror.c libtemplate/util/strerror.c +--- libtemplate/util/strerror.c Tue Oct 10 19:16:19 1995 ++++ libtemplate/util/strerror.c Thu Dec 21 10:49:13 1995 +@@ -60,7 +60,7 @@ + int n; + { + extern int sys_nerr; +- extern char *sys_errlist[]; ++ extern __const char *__const sys_errlist[]; + + if (n < 0 || n >= sys_nerr) + return (NULL); |