[Openvas-commits] r211 - in trunk/openvas-server: . include
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Fri May 25 01:51:19 CEST 2007
Author: jan
Date: 2007-05-25 01:51:14 +0200 (Fri, 25 May 2007)
New Revision: 211
Modified:
trunk/openvas-server/ChangeLog
trunk/openvas-server/include/includes.h
trunk/openvas-server/include/threadcompat.h
Log:
* include/threadcompat.h: Fix names and description to reflect
thread as subject.
* include/includes.h: Replace libnessus.h by libopenvas.h.
Modified: trunk/openvas-server/ChangeLog
===================================================================
--- trunk/openvas-server/ChangeLog 2007-05-24 23:43:01 UTC (rev 210)
+++ trunk/openvas-server/ChangeLog 2007-05-24 23:51:14 UTC (rev 211)
@@ -1,5 +1,12 @@
2007-05-25 Jan-Oliver Wagner <jan-oliver.wagner at intevation.de>
+ * include/threadcompat.h: Fix names and description to reflect
+ thread as subject.
+
+ * include/includes.h: Replace libnessus.h by libopenvas.h.
+
+2007-05-25 Jan-Oliver Wagner <jan-oliver.wagner at intevation.de>
+
* include/ntcompat.h: Removed. Renamed to threadcompat.h
because in fact it is about threads.
Modified: trunk/openvas-server/include/includes.h
===================================================================
--- trunk/openvas-server/include/includes.h 2007-05-24 23:43:01 UTC (rev 210)
+++ trunk/openvas-server/include/includes.h 2007-05-24 23:51:14 UTC (rev 211)
@@ -279,7 +279,7 @@
#include <pcap.h>
#include <threadcompat.h>
#include <harglists.h>
-#include <libnessus.h>
+#include <libopenvas.h>
#include <openvas-devel.h>
#ifdef HAVE_SHL_LOAD /* I love HPUX (jh) */
Modified: trunk/openvas-server/include/threadcompat.h
===================================================================
--- trunk/openvas-server/include/threadcompat.h 2007-05-24 23:43:01 UTC (rev 210)
+++ trunk/openvas-server/include/threadcompat.h 2007-05-24 23:51:14 UTC (rev 211)
@@ -1,6 +1,6 @@
/* OpenVAS
* $Id$
-* Description: Defines for Windows NT compatibility.
+* Description: Defines for Thread compatibility.
*
* Authors: - Renaud Deraison <deraison at nessus.org> (Original pre-fork develoment)
* - Tim Brown <mailto:timb at openvas.org> (Initial fork)
@@ -28,16 +28,9 @@
*/
-#ifndef NESSUS_NT_COMPAT__
-#define NESSUS_NT_COMPAT__
-
-/*
- * ntcompat.h : redefinition of several system calls to provide
- * NT compatibility to OpenVAS
- *
- */
+#ifndef NESSUS_THREAD_COMPAT__
+#define NESSUS_THREAD_COMPAT__
-
/*
* Thread management
*/
@@ -101,4 +94,4 @@
#define LIB_LAST_ERROR dlerror
#define CLOSE_LIBRARY(x) dlclose(x)
-#endif /* defined(NESSUS_NT_COMPAT_H) */
+#endif /* defined(NESSUS_THREAD_COMPAT_H) */
More information about the Openvas-commits
mailing list