From c64d7e60b19fefbbffbab72ecb89b7b4c652d04c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Francisco=20Javier=20Tsao=20Sant=C3=ADn?= Date: Mon, 24 Apr 2017 00:06:03 +0200 Subject: [PATCH] Fixed version number, added changelog about Todd Lewis' patch --- misc-utils/hardlink.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.3