From 5a3879ad03ff926e504b48694d8e589089154369 Mon Sep 17 00:00:00 2001 From: James Youngman Date: Sat, 11 Jun 2011 16:28:34 +0100 Subject: 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. --- src/split.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/split.c') diff --git a/src/split.c b/src/split.c index 95a2cccac..2962b6891 100644 --- a/src/split.c +++ b/src/split.c @@ -35,6 +35,7 @@ #include "fcntl--.h" #include "full-read.h" #include "full-write.h" +#include "ioblksize.h" #include "quote.h" #include "safe-read.h" #include "sig2str.h" -- cgit v1.2.3-54-g00ecf