aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-03-31 23:38:52 -0700
committerPaul Eggert2011-03-31 23:38:52 -0700
commitfdb61804921071110fc46f347bb4638d7fe57638 (patch)
treed4a3fc1e2f8d85033d9efff9508be7b6e0d6d864 /src/ChangeLog
parentd1fdcab7425f36a34ddeaf304e2c6e3c471ba8db (diff)
downloademacs-fdb61804921071110fc46f347bb4638d7fe57638.tar.gz
emacs-fdb61804921071110fc46f347bb4638d7fe57638.zip
Fix dependencies.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 5649c8819d3..b141577e4e7 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -9,6 +9,8 @@
9 * sysdep.c: Include allocator.h, careadlinkat.h. 9 * sysdep.c: Include allocator.h, careadlinkat.h.
10 (emacs_no_realloc_allocator): New static constant. 10 (emacs_no_realloc_allocator): New static constant.
11 (emacs_readlink): New function. 11 (emacs_readlink): New function.
12 * deps.mk (sysdep.o): Depend on ../lib/allocator.h and on
13 ../lib/careadlinkat.h.
12 14
132011-03-31 Juanma Barranquero <lekktu@gmail.com> 152011-03-31 Juanma Barranquero <lekktu@gmail.com>
14 16