summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/nb/files/nb-0.8.14-include.patch')
-rw-r--r--net-analyzer/nb/files/nb-0.8.14-include.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/net-analyzer/nb/files/nb-0.8.14-include.patch b/net-analyzer/nb/files/nb-0.8.14-include.patch
deleted file mode 100644
index c34965bfe5e5..000000000000
--- a/net-analyzer/nb/files/nb-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)
-