projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b24a905
)
* getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
author
Paul Eggert
<eggert@cs.ucla.edu>
Sat, 28 May 2005 06:11:18 +0000
(06:11 +0000)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Sat, 28 May 2005 06:11:18 +0000
(06:11 +0000)
lib/ChangeLog
patch
|
blob
|
history
diff --git
a/lib/ChangeLog
b/lib/ChangeLog
index 3c99eb4e4a43f6f05e84024967b04cb864fce83a..1a56db9d0ee93a1a52efb60f0289463873ec0905 100644
(file)
--- a/
lib/ChangeLog
+++ b/
lib/ChangeLog
@@
-1,5
+1,7
@@
2005-05-27 Paul Eggert <eggert@cs.ucla.edu>
+ * getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
+
* fts.c: Don't worry about debugging on pre-C99-comopatible hosts;
the configuration hassle isn't worth it.
Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.