summaryrefslogtreecommitdiffstats
path: root/misc-utils
diff options
context:
space:
mode:
Diffstat (limited to 'misc-utils')
-rw-r--r--misc-utils/hardlink.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc-utils/hardlink.c b/misc-utils/hardlink.c
index 69f6a464c..8e74ca021 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