aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 7189f930333..af51c9a100a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
12012-07-06 Paul Eggert <eggert@cs.ucla.edu>
2
3 Port to OpenBSD 5.1 amd64.
4 * sysdep.c [BSD_SYSTEM]: Include <sys/param.h> before <sys/sysctl.h>.
5 This is needed for OpenBSD, and should be harmless on all BSD systems.
6 Also, include <sys/sysctl.h>, as it should be available on all
7 BSD_SYSTEM hosts given that we're already calling sysctl in that case.
8 (list_system_processes) [__OpenBSD__]: Use DARWIN_OS style mib, but
9 use p_pid member, not kp_proc.pid.
10
12012-07-06 Glenn Morris <rgm@gnu.org> 112012-07-06 Glenn Morris <rgm@gnu.org>
2 12
3 * Makefile.in (emacs$(EXEEXT)): Don't check for load-path shadows. 13 * Makefile.in (emacs$(EXEEXT)): Don't check for load-path shadows.