diff options
| author | Paul Eggert | 2013-03-04 18:15:35 -0800 |
|---|---|---|
| committer | Paul Eggert | 2013-03-04 18:15:35 -0800 |
| commit | a318f81169dc608d407a48a445ccdb16118b81d0 (patch) | |
| tree | c3454894aca850b9136a7ccea3e59d592b7b8af8 /src/ChangeLog | |
| parent | 725eb02724597e4eddf2562aac20a3246cdda4ac (diff) | |
| download | emacs-a318f81169dc608d407a48a445ccdb16118b81d0.tar.gz emacs-a318f81169dc608d407a48a445ccdb16118b81d0.zip | |
Also port to MirBSD.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 874ea0486d6..91dc8b6d8c9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,8 +1,9 @@ | |||
| 1 | 2013-03-05 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2013-03-05 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | Fix a build failure on OpenBSD 4.x. | 3 | Fix a build failure on OpenBSD 4.x and MirBSD. |
| 4 | * sysdep.c (KERN_PROC, kinfo_proc) [BSD_SYSTEM && !KERN_PROC]: | 4 | * sysdep.c (KERN_PROC, kinfo_proc) |
| 5 | Define to KERN_PROC2 and kinfo_proc2, for OpenBSD 4.9. | 5 | [BSD_SYSTEM && (!KERN_PROC || __MirBSD__)]: |
| 6 | Define to KERN_PROC2 and kinfo_proc2, for OpenBSD 4.9 and MirBSD. | ||
| 6 | list-system-processes still returns nil, but at least it doesn't crash. | 7 | list-system-processes still returns nil, but at least it doesn't crash. |
| 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>. |