* lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
(xreadlink_with_size): Renamed from xreadink.
* lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
+ * modules/canonicalize (Depends-on): Replace xreadlink with
+ xreadlink-with-size.
+ * lib/canonicalize.c (canonicalize_filename_mode): Update.
2007-02-25 Jim Meyering <jim@meyering.net>
/* Return the canonical absolute name of a given file.
- Copyright (C) 1996-2006 Free Software Foundation, Inc.
+ Copyright (C) 1996-2007 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
goto error;
}
- buf = xreadlink (rname, st.st_size);
+ buf = xreadlink_with_size (rname, st.st_size);
if (!buf)
{
if (can_mode == CAN_MISSING)