And while I'm at it stat-size is no longer needed, so I pushed this: >From b68990d27753950a49d1952edf95f764e0c94d8e Mon Sep 17 00:00:00 2001 From: Paul Eggert <[email protected]> Date: Fri, 27 Jul 2012 16:54:26 -0700 Subject: [PATCH] maint: remove stat-size
* bootstrap.conf (gnulib_modules): Remove stat-size. * src/main.c: Don't include stat-size.h; no longer needed. --- bootstrap.conf | 1 - src/main.c | 1 - 2 files changed, 0 insertions(+), 2 deletions(-) diff --git a/bootstrap.conf b/bootstrap.conf index 2b3563c..f89a56e 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -69,7 +69,6 @@ realloc-gnu regex same-inode ssize_t -stat-size stddef stdlib stpcpy diff --git a/src/main.c b/src/main.c index 6954760..84066d8 100644 --- a/src/main.c +++ b/src/main.c @@ -44,7 +44,6 @@ #include "progname.h" #include "propername.h" #include "quote.h" -#include "stat-size.h" #include "version-etc.h" #include "xalloc.h" #include "xstrtol.h" -- 1.7.6.5
