Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Jul 2004 21:56:24 +0000 (UTC)
From:      Gary Jennejohn <gj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/editors/xemacs/files patch-emacs.c ports/editors/xemacs-devel/files         patch-emacs.c
Message-ID:  <200407212156.i6LLuOKJ073200@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407212156.i6LLuOKJ073200>