1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-07-16 16:59:17 -04:00
ports/editors/xemacs-devel/files/patch-mem-limits.h
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
371 B
C

--- src/mem-limits.h.bak Thu Mar 18 13:08:19 2004
+++ src/mem-limits.h Thu Mar 18 13:08:42 2004
@@ -108,7 +108,7 @@
static POINTER data_space_start;
/* Number of bytes of writable memory we can expect to be able to get */
-extern unsigned int lim_data;
+extern rlim_t lim_data;
#if defined (HEAP_IN_DATA) && !defined(PDUMP)
extern unsigned long static_heap_size;