diff options
author | Bruno Haible <bruno@clisp.org> | 2007-02-28 23:53:47 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2007-02-28 23:53:47 +0000 |
commit | 402c474488000ea5ad3c8bd64442938dbe4f61ce (patch) | |
tree | 0291d13787bed1231cbaef144ffce656d2aae6e7 /modules/xreadlink-with-size | |
parent | 1ef56cc792394954fca408a9ee3ecada5467a37e (diff) | |
download | gnulib-402c474488000ea5ad3c8bd64442938dbe4f61ce.tar.gz |
Rename module xreadlink to xreadlink-with-size.
Diffstat (limited to 'modules/xreadlink-with-size')
-rw-r--r-- | modules/xreadlink-with-size | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/modules/xreadlink-with-size b/modules/xreadlink-with-size index efd279f242..735317ec5e 100644 --- a/modules/xreadlink-with-size +++ b/modules/xreadlink-with-size @@ -3,8 +3,7 @@ Return the contents of a symbolic link, without size limitations. Files: lib/xreadlink.h -lib/xreadlink.c -m4/xreadlink.m4 +lib/xreadlink-with-size.c Depends-on: xalloc @@ -12,9 +11,9 @@ readlink ssize_t configure.ac: -gl_XREADLINK Makefile.am: +lib_SOURCES += xreadlink-with-size.c Include: "xreadlink.h" |