From 929f916c2b8c721c0394f7bc4935ad2efd314309 Mon Sep 17 00:00:00 2001 From: Oliver Braun Date: Mon, 20 Jan 2003 12:51:41 +0000 Subject: Upgrade to 1.3.1. PR: ports/47244 Submitted by: maintainer --- security/nessus-devel/files/patch-ac | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 security/nessus-devel/files/patch-ac (limited to 'security/nessus-devel/files/patch-ac') diff --git a/security/nessus-devel/files/patch-ac b/security/nessus-devel/files/patch-ac new file mode 100644 index 000000000000..d1d3ec4f6d9f --- /dev/null +++ b/security/nessus-devel/files/patch-ac @@ -0,0 +1,11 @@ +--- nessusd/pluginscheduler.c.orig Sat Jan 18 16:17:57 2003 ++++ nessusd/pluginscheduler.c Mon Jan 20 13:04:20 2003 +@@ -366,7 +366,7 @@ + case NULL : + plugin_set_running_state(l->plugin->value, PLUGIN_STATUS_RUNNING); + return l->plugin; +- case PLUG_RUNNING: ++ case (int) PLUG_RUNNING: + /* One of the dependencie is still running */ + flag ++; + break; -- cgit v1.2.3