diff options
| author | Paul Eggert | 2012-07-06 03:08:57 +0000 |
|---|---|---|
| committer | Paul Eggert | 2012-07-06 03:08:57 +0000 |
| commit | 7dca65a4b4ff280171df473557d5fc0f98540200 (patch) | |
| tree | b703e6a714e38b3f4f0328f7dd095c15f3c8912e /src/ChangeLog | |
| parent | 8c6c57ea627f1d32ec1564fc86851974b19f1cb8 (diff) | |
| download | emacs-7dca65a4b4ff280171df473557d5fc0f98540200.tar.gz emacs-7dca65a4b4ff280171df473557d5fc0f98540200.zip | |
Port to OpenBSD 5.1 amd64.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
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 @@ | |||
| 1 | 2012-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 | |||
| 1 | 2012-07-06 Glenn Morris <rgm@gnu.org> | 11 | 2012-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. |