From e4969619228525befc1c660009cfddab95d319b2 Mon Sep 17 00:00:00 2001 From: Ondrej Vasik Date: Jan 12 2010 14:30:31 +0000 Subject: defuzz --- diff --git a/coreutils-7.6-tail-rebase.patch b/coreutils-7.6-tail-rebase.patch index 0570a1f..334f2f8 100644 --- a/coreutils-7.6-tail-rebase.patch +++ b/coreutils-7.6-tail-rebase.patch @@ -1,6 +1,6 @@ diff -urNp coreutils-7.6-orig/src/tail.c coreutils-7.6/src/tail.c ---- coreutils-7.6-orig/src/tail.c 2010-01-12 13:51:04.000000000 +0100 -+++ coreutils-7.6/src/tail.c 2010-01-03 18:06:20.000000000 +0100 +--- coreutils-7.6-orig/src/tail.c 2010-01-12 15:26:31.000000000 +0100 ++++ coreutils-7.6/src/tail.c 2010-01-12 15:27:18.000000000 +0100 @@ -1,6 +1,5 @@ /* tail -- output the last part of file(s) - Copyright (C) 1989, 90, 91, 1995-2006, 2008-2009 Free Software @@ -120,7 +120,7 @@ diff -urNp coreutils-7.6-orig/src/tail.c coreutils-7.6/src/tail.c -recreated by some other program.\n\ +named file in a way that accommodates renaming, removal and creation.\n\ "), stdout); - emit_bug_reporting_address (); + emit_bug_reporting_address (); } @@ -865,6 +868,50 @@ start_lines (const char *pretty_filename }