FreeBSD Bugzilla – Attachment 19054 Details for
Bug 33999
Fix security/nessus (has problem compiling)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
nessus.diff
nessus.diff (text/plain), 830 bytes, created by
Miguel Mendez
on 2002-01-17 18:00:01 UTC
(
hide
)
Description:
nessus.diff
Filename:
MIME Type:
Creator:
Miguel Mendez
Created:
2002-01-17 18:00:01 UTC
Size:
830 bytes
patch
obsolete
>diff -ruN nessus/files/patch-nessus-html_graph_output.c nessus.new/files/patch-nessus-html_graph_output.c >--- nessus/files/patch-nessus-html_graph_output.c Thu Jan 1 01:00:00 1970 >+++ nessus.new/files/patch-nessus-html_graph_output.c Thu Jan 17 18:48:26 2002 >@@ -0,0 +1,31 @@ >+--- nessus/html_graph_output.c.old Thu Jan 17 18:44:40 2002 >++++ nessus/html_graph_output.c Thu Jan 17 18:47:20 2002 >+@@ -65,8 +65,9 @@ >+ #include "globals.h" >+ #include "nsr_output.h" >+ >+- >++#ifndef __FreeBSD__ >+ static char* strcasestr(char*, char *); >++#endif >+ static void insert_img(FILE *, char*); >+ >+ >+@@ -90,7 +91,8 @@ >+ /* >+ * Handy functions >+ */ >+- >++ >++#ifndef __FreeBSD__ >+ static char * >+ strcasestr(char * haystack, char * needle) >+ { >+@@ -109,6 +111,7 @@ >+ } >+ return NULL; >+ } >++#endif >+ >+ static void >+ insert_img(f, name)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 33999
: 19054