aboutsummaryrefslogtreecommitdiff
path: root/editors/xemacs
diff options
context:
space:
mode:
authorGary Jennejohn <gj@FreeBSD.org>2004-07-21 21:56:24 +0000
committerGary Jennejohn <gj@FreeBSD.org>2004-07-21 21:56:24 +0000
commit6a027d62cd373ad75f9ab0af72c1dd77b0d07159 (patch)
tree362d3fdc4226e656ff68ecbd1273e4c12ddad1b6 /editors/xemacs
parent88af4195a180ac4ad791aafb47d565766cb05c94 (diff)
downloadports-6a027d62cd373ad75f9ab0af72c1dd77b0d07159.tar.gz
ports-6a027d62cd373ad75f9ab0af72c1dd77b0d07159.zip
Notes
Diffstat (limited to 'editors/xemacs')
-rw-r--r--editors/xemacs/files/patch-emacs.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/xemacs/files/patch-emacs.c b/editors/xemacs/files/patch-emacs.c
new file mode 100644
index 000000000000..0d633424c209
--- /dev/null
+++ b/editors/xemacs/files/patch-emacs.c
@@ -0,0 +1,11 @@
+--- src/emacs.c.orig Wed Jan 15 07:18:00 2003
++++ src/emacs.c Tue Jul 20 12:02:41 2004
+@@ -344,7 +344,7 @@
+ #endif
+
+ /* Number of bytes of writable memory we can expect to be able to get */
+-unsigned int lim_data;
++rlim_t lim_data;
+
+ /* WARNING!
+