aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2013-07-22 16:30:54 +0100
committerPaul Eggert2013-07-22 16:30:54 +0100
commit368a85a4dbc324c90b2f3338fc97cc73b4c53222 (patch)
tree292026c5f4aaac9461c4c9b757674d86aeab7686 /src/ChangeLog
parent6874724a3ddcb08578175939bc6d04ccf5d56682 (diff)
downloademacs-368a85a4dbc324c90b2f3338fc97cc73b4c53222.tar.gz
emacs-368a85a4dbc324c90b2f3338fc97cc73b4c53222.zip
* sysdep.c (frame) [__FreeBSD__]: #define to freebsd_frame
when including <sys/user.h>, to prevent Sparc/ARM machine/frame.h from messing up Emacs's 'struct frame'. Fixes: debbugs:14923
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d3c5ffaff58..1ad809dffab 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12013-07-22 Paul Eggert <eggert@cs.ucla.edu>
2
3 * sysdep.c (frame) [__FreeBSD__]: #define to freebsd_frame
4 when including <sys/user.h>, to prevent Sparc/ARM machine/frame.h
5 from messing up Emacs's 'struct frame' (Bug#14923).
6
12013-07-21 Paul Eggert <eggert@cs.ucla.edu> 72013-07-21 Paul Eggert <eggert@cs.ucla.edu>
2 8
3 * alloc.c (make_save_ptr_ptr): Define this function. 9 * alloc.c (make_save_ptr_ptr): Define this function.