diff options
author | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 1999-01-23 14:28:28 +0000 |
---|---|---|
committer | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 1999-01-23 14:28:28 +0000 |
commit | ac34d7309cc9ed2bb1b9fcadf01a3153a50b41bf (patch) | |
tree | 06ad86b5acdc3f1aaf5ff6a5f594e87d816f05e7 /textproc/coco/files/patch-mn | |
parent | Upgrade to mod_ssl-2.1.8. (diff) |
Add fix for Alpha.
- patch for configure, unexelf.c, alpha.h, PLIST and etc.
Notes
Notes:
svn path=/head/; revision=16277
Diffstat (limited to 'textproc/coco/files/patch-mn')
-rw-r--r-- | textproc/coco/files/patch-mn | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/coco/files/patch-mn b/textproc/coco/files/patch-mn new file mode 100644 index 000000000000..2ac99a2b4caa --- /dev/null +++ b/textproc/coco/files/patch-mn @@ -0,0 +1,11 @@ +--- src/coding.c.orig Sun Jan 17 04:48:45 1999 ++++ src/coding.c Sun Jan 17 04:49:02 1999 +@@ -154,7 +154,7 @@ + /* 92.4.3, 92.12.18 by K.Handa */ + Lisp_Object Qcoding_system, Qcoding_system_p, Qnon_nil_coding_system_p; + Lisp_Object Qeol_type; +-Lisp_Object Qpriority; ++extern Lisp_Object Qpriority; + /* end of patch */ + #endif /* emacs */ + |