1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-04 02:51:31 -08:00

* vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.

Don't use uninitialized pointer variable when using getrlimit.
This commit is contained in:
Chong Yidong 2008-08-02 22:35:10 +00:00
parent 7ff90407d0
commit a2dec0e5e3

View file

@ -1,3 +1,8 @@
2008-08-02 Chong Yidong <cyd@stupidchicken.com>
* vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.
Don't use uninitialized pointer variable when using getrlimit.
2008-08-02 Jason Rumney <jasonr@gnu.org>
* w32font.c (compute_metrics): Don't mess with glyph_idx setting here.