diff options
author | Jim Meyering <jim@meyering.net> | 2006-05-20 22:18:20 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-05-20 22:18:20 +0000 |
commit | 3e3aff9926313dcf25d32d9a575431bf0ba51e48 (patch) | |
tree | 0da443a7497d722598f36ff7cfc9d7792936f89c /lib | |
parent | 8fb9de41d5669147a8b514c5950a1b05f64e477e (diff) | |
download | coreutils-3e3aff9926313dcf25d32d9a575431bf0ba51e48.tar.xz |
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 5e6cb7e49..a1882ff23 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,9 @@ +2006-05-21 Jim Meyering <jim@meyering.net> + + * fts.c (fts_open): Fail with EINVAL if a caller violates this rule: + Either FTS_LOGICAL or FTS_PHYSICAL must be provided to the + fts_open() function. + 2006-05-19 Paul Eggert <eggert@cs.ucla.edu> * nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>. |