From: Francisco Javier Tsao Santín Date: Sun, 23 Apr 2017 22:06:03 +0000 (+0200) Subject: Fixed version number, added changelog about Todd Lewis' patch X-Git-Tag: v2.34-rc1~126^2~5^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c64d7e60b19fefbbffbab72ecb89b7b4c652d04c;p=thirdparty%2Futil-linux.git Fixed version number, added changelog about Todd Lewis' patch --- diff --git a/misc-utils/hardlink.c b/misc-utils/hardlink.c index 69f6a464cc..8e74ca0210 100644 --- a/misc-utils/hardlink.c +++ b/misc-utils/hardlink.c @@ -19,6 +19,7 @@ /* Changes by Rémy Card to use constants and add option -n. */ /* Changes by Jindrich Novy to add option -h, -f, replace mmap(2), fix overflows */ /* Changes by Travers Carter to make atomic hardlinking */ +/* Changes by Todd Lewis that adds option -x to exclude files with pcre lib */ #define _GNU_SOURCE #define PCRE2_CODE_UNIT_WIDTH 8