diff options
| author | Paul Eggert | 2012-07-06 19:25:28 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-07-06 19:25:28 -0700 |
| commit | f3047c750dddbf9fe0bb6211b868247b4fc1a3ea (patch) | |
| tree | 5d7f7e3d8478a563ad829a6ac462ba096bec298e /src/ChangeLog | |
| parent | 31571fd712d8c1796f7d31739f1b48cf25948d64 (diff) | |
| download | emacs-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/ChangeLog | 2 |
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 @@ | |||
| 1 | 2012-07-07 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2012-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. |