cvs commit: ports/editors/xemacs/files patch-emacs.c
ports/editors/xemacs-devel/files patch-emacs.c
Gary Jennejohn
gj at FreeBSD.org
Wed Jul 21 14:56:25 PDT 2004
gj 2004-07-21 21:56:24 UTC
FreeBSD ports repository
Added files:
editors/xemacs/files patch-emacs.c
editors/xemacs-devel/files patch-emacs.c
Log:
Add patch-emacs.c to fix the following problem as quoted from the PR:
The port patches src/mem-limits.h to declare the "lim_data" variable
as rlim_t (a 64-bit type), but src/emacs.c still defines it as an
integer. This makes the memory limit checking think that there are
zero bytes available.
PR: 69347
Submitted by: Andrew Heybey <ath at niksun.com>
Revision Changes Path
1.1 +11 -0 ports/editors/xemacs-devel/files/patch-emacs.c (new)
1.1 +11 -0 ports/editors/xemacs/files/patch-emacs.c (new)
More information about the cvs-all
mailing list