summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-06-14 14:40:21 +0000
committerJim Meyering <jim@meyering.net>2004-06-14 14:40:21 +0000
commit4983ce64d8603fba2bd383d2e2483f970b5de524 (patch)
tree2b74b116da20d71528a8ff418a2d66c03f84893e /ChangeLog
parentb276da216d5bbbe4a4b60e79ae7845ec8370331c (diff)
downloadcoreutils-4983ce64d8603fba2bd383d2e2483f970b5de524.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c9fc28eb7..dc93bcc97 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,12 @@
-2004-06-13 Paul Eggert <eggert@cs.ucla.edu>
+2004-06-14 Jim Meyering <jim@meyering.net>
* Version 5.3.0.
+ * src/copy.c: Remove declaration of euidaccess.
+ Instead, include "euidaccess.h".
+
+2004-06-13 Paul Eggert <eggert@cs.ucla.edu>
+
* src/who.c (PIDSTR_DECL_AND_INIT): Don't assume pid_t fits in int.
(UT_ID) [!HAVE_STRUCT_XTMP_UT_ID]: Remove bogus comment,
as (sizeof "??") reliably returns 3.