ports/editors/xemacs-devel/files/patch-emacs.c
Gary Jennejohn 7316f7c4cb Revert to 21.5.17 because 21.5.18 was imported without sufficient testing
by yours truely and is causing lots of build problems. I plan to keep
working on 21.5.18 until all the bugs are eliminated.

Approved by:	portsmgr (kris)
2005-01-04 12:11:21 +00:00

11 lines
312 B
C

--- 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!