diff options
| author | Paul Eggert | 2012-06-23 01:21:48 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-06-23 01:21:48 -0700 |
| commit | d054f3fb9af7399ee67be94e1602b45d21fc555f (patch) | |
| tree | 3b0d5dbabad380358d8483fb9be38a54ce6ff819 /src/ChangeLog | |
| parent | b68581e26c51dd78674a5a83928f680cdbd22213 (diff) | |
| download | emacs-d054f3fb9af7399ee67be94e1602b45d21fc555f.tar.gz emacs-d054f3fb9af7399ee67be94e1602b45d21fc555f.zip | |
* sysdep.c [__FreeBSD__]: Fix recently-introduced typos.
Privately reported by Herbert J. Skuhra.
[__FreeBSD__]: Remove "*/" typo after "#include".
(timeval_to_EMACS_TIME) [__FreeBSD__]: New static function.
(TIMEVAL) [__FreeBSD__]: Now a static function rather than a macro.
(TIMEVAL, system_process_attributes) [__FreeBSD__]:
Don't assume EMACS_TIME and struct timeval are the same type.
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 65424205f34..e5d77d66b0c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2012-06-23 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * sysdep.c [__FreeBSD__]: Fix recently-introduced typos. | ||
| 4 | Privately reported by Herbert J. Skuhra. | ||
| 5 | [__FreeBSD__]: Remove "*/" typo after "#include". | ||
| 6 | (timeval_to_EMACS_TIME) [__FreeBSD__]: New static function. | ||
| 7 | (TIMEVAL) [__FreeBSD__]: Now a static function rather than a macro. | ||
| 8 | (TIMEVAL, system_process_attributes) [__FreeBSD__]: | ||
| 9 | Don't assume EMACS_TIME and struct timeval are the same type. | ||
| 10 | |||
| 1 | 2012-06-22 Paul Eggert <eggert@cs.ucla.edu> | 11 | 2012-06-22 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 12 | ||
| 3 | Support higher-resolution time stamps (Bug#9000). | 13 | Support higher-resolution time stamps (Bug#9000). |