From 17211253b2298958dfbd9dae79acf96a4d9ca32d Mon Sep 17 00:00:00 2001 From: Andrea Fioraldi Date: Fri, 19 Feb 2021 18:25:24 +0100 Subject: libhfcommon not anymore a symlink --- custom_mutators/honggfuzz/common.h | 3 --- custom_mutators/honggfuzz/libhfcommon | 1 - custom_mutators/honggfuzz/libhfcommon/common.h | 3 +++ custom_mutators/honggfuzz/libhfcommon/log.h | 1 + custom_mutators/honggfuzz/libhfcommon/util.h | 1 + custom_mutators/honggfuzz/log.h | 1 - custom_mutators/honggfuzz/util.h | 1 - 7 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 custom_mutators/honggfuzz/common.h delete mode 120000 custom_mutators/honggfuzz/libhfcommon create mode 100644 custom_mutators/honggfuzz/libhfcommon/common.h create mode 120000 custom_mutators/honggfuzz/libhfcommon/log.h create mode 120000 custom_mutators/honggfuzz/libhfcommon/util.h delete mode 120000 custom_mutators/honggfuzz/log.h delete mode 120000 custom_mutators/honggfuzz/util.h (limited to 'custom_mutators') diff --git a/custom_mutators/honggfuzz/common.h b/custom_mutators/honggfuzz/common.h deleted file mode 100644 index c8cf1329..00000000 --- a/custom_mutators/honggfuzz/common.h +++ /dev/null @@ -1,3 +0,0 @@ -#ifndef LOG_E - #define LOG_E LOG_F -#endif diff --git a/custom_mutators/honggfuzz/libhfcommon b/custom_mutators/honggfuzz/libhfcommon deleted file mode 120000 index 945c9b46..00000000 --- a/custom_mutators/honggfuzz/libhfcommon +++ /dev/null @@ -1 +0,0 @@ -. \ No newline at end of file diff --git a/custom_mutators/honggfuzz/libhfcommon/common.h b/custom_mutators/honggfuzz/libhfcommon/common.h new file mode 100644 index 00000000..c8cf1329 --- /dev/null +++ b/custom_mutators/honggfuzz/libhfcommon/common.h @@ -0,0 +1,3 @@ +#ifndef LOG_E + #define LOG_E LOG_F +#endif diff --git a/custom_mutators/honggfuzz/libhfcommon/log.h b/custom_mutators/honggfuzz/libhfcommon/log.h new file mode 120000 index 00000000..51e19654 --- /dev/null +++ b/custom_mutators/honggfuzz/libhfcommon/log.h @@ -0,0 +1 @@ +common.h \ No newline at end of file diff --git a/custom_mutators/honggfuzz/libhfcommon/util.h b/custom_mutators/honggfuzz/libhfcommon/util.h new file mode 120000 index 00000000..51e19654 --- /dev/null +++ b/custom_mutators/honggfuzz/libhfcommon/util.h @@ -0,0 +1 @@ +common.h \ No newline at end of file diff --git a/custom_mutators/honggfuzz/log.h b/custom_mutators/honggfuzz/log.h deleted file mode 120000 index 51e19654..00000000 --- a/custom_mutators/honggfuzz/log.h +++ /dev/null @@ -1 +0,0 @@ -common.h \ No newline at end of file diff --git a/custom_mutators/honggfuzz/util.h b/custom_mutators/honggfuzz/util.h deleted file mode 120000 index 51e19654..00000000 --- a/custom_mutators/honggfuzz/util.h +++ /dev/null @@ -1 +0,0 @@ -common.h \ No newline at end of file -- cgit 1.4.1