aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-07-06 19:25:28 -0700
committerPaul Eggert2012-07-06 19:25:28 -0700
commitf3047c750dddbf9fe0bb6211b868247b4fc1a3ea (patch)
tree5d7f7e3d8478a563ad829a6ac462ba096bec298e /src/ChangeLog
parent31571fd712d8c1796f7d31739f1b48cf25948d64 (diff)
downloademacs-f3047c750dddbf9fe0bb6211b868247b4fc1a3ea.tar.gz
emacs-f3047c750dddbf9fe0bb6211b868247b4fc1a3ea.zip
* sysdep.c (list_system_processes): Port to NetBSD-current.
Fixes: debbugs:11797
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 435c6d87050..47110ca04f1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12012-07-07 Paul Eggert <eggert@cs.ucla.edu> 12012-07-07 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * sysdep.c (list_system_processes): Port to NetBSD-current (Bug#11797).
4
3 Do not require float-time's arg to fit in time_t (Bug#11825). 5 Do not require float-time's arg to fit in time_t (Bug#11825).
4 This works better on hosts where time_t is unsigned, and where 6 This works better on hosts where time_t is unsigned, and where
5 float-time is applied to the (negative) difference between two times. 7 float-time is applied to the (negative) difference between two times.