aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-08-28 16:59:14 -0700
committerPaul Eggert2011-08-28 16:59:14 -0700
commit0c6d656d269f84c83c483057eac6081eddfd33a0 (patch)
tree99a3d309b3fbb6572e3cb65c8402cab635b92092 /lib-src/ChangeLog
parent644a0faa36ad8c1e251d198c2bc69f17c8bdb83a (diff)
downloademacs-0c6d656d269f84c83c483057eac6081eddfd33a0.tar.gz
emacs-0c6d656d269f84c83c483057eac6081eddfd33a0.zip
* update-game-score.c: Include <limits.h>
(get_user_id): Do not assume uid fits in 'int'. Simplify.
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index ca08ece7c39..a888a8cdd1c 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -30,6 +30,9 @@
30 in 'int'. Instead, put the possibly-long file name into the 30 in 'int'. Instead, put the possibly-long file name into the
31 output of pfatal_with_name. 31 output of pfatal_with_name.
32 32
33 * update-game-score.c: Include <limits.h>
34 (get_user_id): Do not assume uid fits in 'int'. Simplify.
35
332011-07-28 Paul Eggert <eggert@cs.ucla.edu> 362011-07-28 Paul Eggert <eggert@cs.ucla.edu>
34 37
35 Assume freestanding C89 headers, string.h, stdlib.h. 38 Assume freestanding C89 headers, string.h, stdlib.h.