aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 91dc8b6d8c9..18b22b5da46 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,12 +1,13 @@
12013-03-05 Paul Eggert <eggert@cs.ucla.edu> 12013-03-05 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 Fix a build failure on OpenBSD 4.x and MirBSD. 3 Fix a build failure on OpenBSD 4.x and MirBSD (Bug#13881).
4 * sysdep.c (KERN_PROC, kinfo_proc) 4 * sysdep.c (list_system_processes) [__OpenBSD__ || __MirBSD__]:
5 [BSD_SYSTEM && (!KERN_PROC || __MirBSD__)]: 5 Make it a stub in this case; otherwise the build might fail,
6 Define to KERN_PROC2 and kinfo_proc2, for OpenBSD 4.9 and MirBSD. 6 and even if the build worked the function would just return nil anyway.
7 list-system-processes still returns nil, but at least it doesn't crash.
8 Problem reported by Nelson H. F. Beebe in 7 Problem reported by Nelson H. F. Beebe in
9 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00021.html>. 8 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00021.html>
9 and analyzed by Jérémie Courrèges-Anglas in
10 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00062.html>.
10 11
112013-03-02 Andreas Schwab <schwab@linux-m68k.org> 122013-03-02 Andreas Schwab <schwab@linux-m68k.org>
12 13