aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2013-03-05 23:46:09 -0800
committerPaul Eggert2013-03-05 23:46:09 -0800
commit0845a75c6a624f88e232499a4c1dd7ff3c6eef5a (patch)
tree15b39356bf035aac7643e90f2a6f6d1cf595ba9d /src/ChangeLog
parent9b1c32713812fa4e0085583469d9f739b7943d50 (diff)
downloademacs-0845a75c6a624f88e232499a4c1dd7ff3c6eef5a.tar.gz
emacs-0845a75c6a624f88e232499a4c1dd7ff3c6eef5a.zip
Fix a build failure on OpenBSD 4.x and MirBSD.
* sysdep.c (list_system_processes): Make it a stub on all BSD_SYSTEM hosts, except for DARWIN_OS and FreeBSD where it's been tested. Fixes: debbugs:13881
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 18b22b5da46..f67046ebd43 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,9 +1,10 @@
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 (Bug#13881). 3 Fix a build failure on OpenBSD 4.x and MirBSD (Bug#13881).
4 * sysdep.c (list_system_processes) [__OpenBSD__ || __MirBSD__]: 4 * sysdep.c (list_system_processes)
5 [BSD_SYSTEM && !DARWIN_OS && !__FreeBSD__]:
5 Make it a stub in this case; otherwise the build might fail, 6 Make it a stub in this case; otherwise the build might fail,
6 and even if the build worked the function would just return nil anyway. 7 and this code hasn't been tested on such hosts anyway.
7 Problem reported by Nelson H. F. Beebe in 8 Problem reported by Nelson H. F. Beebe in
8 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00021.html> 9 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00021.html>
9 and analyzed by Jérémie Courrèges-Anglas in 10 and analyzed by Jérémie Courrèges-Anglas in