mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 14:10:30 -04:00
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)
11 lines
312 B
C
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!
|
|
|