bug-grep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: small ascii files can be sparse


From: Paul Eggert
Subject: Re: small ascii files can be sparse
Date: Fri, 27 Jul 2012 16:56:14 -0700
User-agent: Mozilla/5.0 (X11; Linux i686; rv:14.0) Gecko/20120714 Thunderbird/14.0

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 <address@hidden>
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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]