summaryrefslogtreecommitdiff
path: root/net-analyzer/nodebrain/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-04-28 09:54:45 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-04-28 09:54:45 +0100
commitb7ebc951da8800f711142f69d9d958bde67a112d (patch)
treee318514216845acb8f2e49fff7a5cba4027e9d91 /net-analyzer/nodebrain/files
parentdc7cbdfa65fd814b3b9aa3c56257da201109e807 (diff)
gentoo resync : 28.04.2019
Diffstat (limited to 'net-analyzer/nodebrain/files')
-rw-r--r--net-analyzer/nodebrain/files/nodebrain-0.8.14-include.patch30
-rw-r--r--net-analyzer/nodebrain/files/nodebrain-0.9.04-include.patch10
2 files changed, 0 insertions, 40 deletions
diff --git a/net-analyzer/nodebrain/files/nodebrain-0.8.14-include.patch b/net-analyzer/nodebrain/files/nodebrain-0.8.14-include.patch
deleted file mode 100644
index c34965bfe5e5..000000000000
--- a/net-analyzer/nodebrain/files/nodebrain-0.8.14-include.patch
+++ /dev/null
@@ -1,30 +0,0 @@
---- a/lib/nbbfi.c
-+++ b/lib/nbbfi.c
-@@ -197,6 +197,7 @@
- *=============================================================================
- */
- #include <nb/nbi.h>
-+#include <ctype.h> /* isdigit() */
-
- /**************************************************************************
- * Index Routines
---- a/lib/nbkit.c
-+++ b/lib/nbkit.c
-@@ -51,6 +51,7 @@
- #include <pwd.h>
- #include <errno.h>
- #include <unistd.h>
-+#include <stdlib.h> /* system() */
-
- static int nbKitUsage(void){
- printf("Usage:\n");
---- a/module/webster/nb_webster.c
-+++ b/module/webster/nb_webster.c
-@@ -78,6 +78,7 @@
- */
- #include "config.h"
- #include <nb/nb.h>
-+#include <ctype.h> /* isalnum() */
-
- #if defined(WIN32)
-
diff --git a/net-analyzer/nodebrain/files/nodebrain-0.9.04-include.patch b/net-analyzer/nodebrain/files/nodebrain-0.9.04-include.patch
deleted file mode 100644
index 61d98a673375..000000000000
--- a/net-analyzer/nodebrain/files/nodebrain-0.9.04-include.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/lib/nbhash.c
-+++ b/lib/nbhash.c
-@@ -81,6 +81,7 @@
- */
- #include <nb/nbi.h>
- #include <stddef.h>
-+#include <stdint.h>
-
- struct TYPE *typeHash;
-