maint: use stat-size module from gnulib
authorJames Youngman <jay@gnu.org>
Sat, 11 Jun 2011 15:28:34 +0000 (16:28 +0100)
committerJim Meyering <meyering@redhat.com>
Mon, 13 Jun 2011 10:39:22 +0000 (12:39 +0200)
commit5a3879ad03ff926e504b48694d8e589089154369
treecda0d0b41e35264578a58d04cb01cd9d44c73a8b
parente4feb5c03bb4122344050efe75325d432db5791c
maint: use stat-size module from gnulib

* gnulib: Update to latest.
* src/system.h: Definitions of ST_* macros have moved into the
gnulib module stat-size (specifically, the header file
stat-size.h), so remove them from here.
* src/truncate.c: Include stat-size.h.
* src/stat.c: Likewise.
* src/shred.c: Likewise.
* src/ls.c: Likewise.
* src/du.c: Likewise.
* src/ioblksize.h: New file.  Move definition of io_blksize out of
system.h so that system.h does not have to include stat-size.h.
* src/cat.c: Include ioblksize.h.
* src/split.c: Likewise.
* src/copy.c: Include both stat-size.h and ioblksize.h.
* src/Makefile.am (noinst_HEADERS): Add ioblksize.h.
13 files changed:
bootstrap.conf
gnulib
src/Makefile.am
src/cat.c
src/copy.c
src/du.c
src/ioblksize.h [new file with mode: 0644]
src/ls.c
src/shred.c
src/split.c
src/stat.c
src/system.h
src/truncate.c