summary refs log tree commit diff
path: root/pkgs/tools/networking/whois/clang.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/networking/whois/clang.patch')
-rw-r--r--pkgs/tools/networking/whois/clang.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/pkgs/tools/networking/whois/clang.patch b/pkgs/tools/networking/whois/clang.patch
deleted file mode 100644
index 3091b9a3eee..00000000000
--- a/pkgs/tools/networking/whois/clang.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/utils.h
-+++ b/utils.h
-@@ -15,7 +15,7 @@
- #endif
- 
- /* Portability macros */
--#ifdef __GNUC__
-+#if defined __GNUC__ && ! defined __clang__
- # define NORETURN __attribute__((noreturn))
- # define MALLOC_FREE __attribute__((malloc(free)))
- # define NONNULL __attribute__((returns_nonnull))