Re: [hackers] [sbase] [PATCH 09/10] tail: Use fstat in case file is removed

2016-12-05 Thread Michael Forney
On Mon, Dec 5, 2016 at 1:20 AM, Hiltjo Posthuma wrote: > On Sun, Dec 04, 2016 at 09:55:11PM -0800, Michael Forney wrote: >> --- >> tail.c | 16 +++- >> 1 file changed, 7 insertions(+), 9 deletions(-) >> >> diff --git a/tail.c b/tail.c >> index ad97308..000be62 100644 >> --- a/tail.c >

Re: [hackers] [sbase] [PATCH 09/10] tail: Use fstat in case file is removed

2016-12-05 Thread Hiltjo Posthuma
On Sun, Dec 04, 2016 at 09:55:11PM -0800, Michael Forney wrote: > --- > tail.c | 16 +++- > 1 file changed, 7 insertions(+), 9 deletions(-) > > diff --git a/tail.c b/tail.c > index ad97308..000be62 100644 > --- a/tail.c > +++ b/tail.c > @@ -133,7 +133,7 @@ main(int argc, char *argv[])

[hackers] [sbase] [PATCH 09/10] tail: Use fstat in case file is removed

2016-12-04 Thread Michael Forney
--- tail.c | 16 +++- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/tail.c b/tail.c index ad97308..000be62 100644 --- a/tail.c +++ b/tail.c @@ -133,7 +133,7 @@ main(int argc, char *argv[]) } if (many)