aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/irrtoolset/files/patch-src-config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/irrtoolset/files/patch-src-config.h.in')
-rw-r--r--net-mgmt/irrtoolset/files/patch-src-config.h.in15
1 files changed, 0 insertions, 15 deletions
diff --git a/net-mgmt/irrtoolset/files/patch-src-config.h.in b/net-mgmt/irrtoolset/files/patch-src-config.h.in
deleted file mode 100644
index 2eaeb2232108..000000000000
--- a/net-mgmt/irrtoolset/files/patch-src-config.h.in
+++ /dev/null
@@ -1,15 +0,0 @@
---- src/config.h.in.orig 2002-04-09 13:48:44.000000000 +0200
-+++ src/config.h.in
-@@ -224,4 +224,11 @@
- #include <typeinfo>
- #endif /* __cplusplus */
-
-+#ifndef __P
-+# if defined __cplusplus || defined __STDC__
-+# define __P(args) args
-+# else
-+# define __P(args) ()
-+# endif
-+#endif
- #endif /* CONFIG_H */
-