aboutsummaryrefslogtreecommitdiff
path: root/editors/xemacs-devel
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-devel
parent88af4195a180ac4ad791aafb47d565766cb05c94 (diff)
downloadports-6a027d62cd373ad75f9ab0af72c1dd77b0d07159.tar.gz
ports-6a027d62cd373ad75f9ab0af72c1dd77b0d07159.zip
Notes
Diffstat (limited to 'editors/xemacs-devel')
-rw-r--r--editors/xemacs-devel/files/patch-emacs.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/xemacs-devel/files/patch-emacs.c b/editors/xemacs-devel/files/patch-emacs.c
new file mode 100644
index 000000000000..ce4f8fd5b0fb
--- /dev/null
+++ b/editors/xemacs-devel/files/patch-emacs.c
@@ -0,0 +1,11 @@
+--- src/emacs.c.orig Sun Mar 9 03:37:54 2003
++++ src/emacs.c Tue Jul 20 21:59:42 2004
+@@ -398,7 +398,7 @@
+
+ /* Number of bytes of writable memory we can expect to be able to get:
+ Leave this as an unsigned int because it could potentially be 4G */
+-unsigned int lim_data;
++rlim_t lim_data;
+
+ /* WARNING!
+