View | Details | Raw Unified | Return to bug 33999
Collapse All | Expand All

(-)nessus.new/files/patch-nessus-html_graph_output.c (+31 lines)
Line 0 Link Here
1
--- nessus/html_graph_output.c.old	Thu Jan 17 18:44:40 2002
2
+++ nessus/html_graph_output.c	Thu Jan 17 18:47:20 2002
3
@@ -65,8 +65,9 @@
4
 #include "globals.h"
5
 #include "nsr_output.h"
6
 
7
-
8
+#ifndef __FreeBSD__
9
 static char* strcasestr(char*, char *);
10
+#endif 
11
 static void insert_img(FILE *, char*);
12
 
13
 
14
@@ -90,7 +91,8 @@
15
 /*
16
  * Handy functions
17
  */
18
- 
19
+
20
+#ifndef __FreeBSD__ 
21
 static char * 
22
 strcasestr(char * haystack, char * needle)
23
 {
24
@@ -109,6 +111,7 @@
25
  }
26
  return NULL;
27
 }
28
+#endif
29
 
30
 static void
31
 insert_img(f, name)

Return to bug 33999