[Openvas-commits] r3013 - in trunk/openvas-client: . libnessus
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Fri Apr 3 10:01:37 CEST 2009
Author: felix
Date: 2009-04-03 10:01:34 +0200 (Fri, 03 Apr 2009)
New Revision: 3013
Modified:
trunk/openvas-client/ChangeLog
trunk/openvas-client/libnessus/openvas-socket.h
Log:
* libnessus/openvas-socket.h: Corrected include guard (resolves compiler
warnings).
Modified: trunk/openvas-client/ChangeLog
===================================================================
--- trunk/openvas-client/ChangeLog 2009-04-03 06:25:18 UTC (rev 3012)
+++ trunk/openvas-client/ChangeLog 2009-04-03 08:01:34 UTC (rev 3013)
@@ -1,3 +1,8 @@
+2009-04-03 Felix Wolfsteller <felix.wolfsteller at intevation.de>
+
+ * libnessus/openvas-socket.h: Corrected include guard (resolves compiler
+ warnings).
+
2009-04-03 Michael Wiegand <michael.wiegand at intevation.de>
* Makefile: Added buildcheck target; this target is intended to improve
@@ -71,7 +76,7 @@
2009-04-02 Felix Wolfsteller <felix.wolfsteller at intevation.de>
- * po/de.po: Updated translation.
+ * po/de.po: Updated german translation.
2009-04-02 Felix Wolfsteller <felix.wolfsteller at intevation.de>
Modified: trunk/openvas-client/libnessus/openvas-socket.h
===================================================================
--- trunk/openvas-client/libnessus/openvas-socket.h 2009-04-03 06:25:18 UTC (rev 3012)
+++ trunk/openvas-client/libnessus/openvas-socket.h 2009-04-03 08:01:34 UTC (rev 3013)
@@ -33,7 +33,7 @@
* wish to do so, delete this exception statement from your version.
*/
-#ifdef _OPENVAS_SOCKET_H
+#ifndef _OPENVAS_SOCKET_H
#define _OPENVAS_SOCKET_H
#ifdef _WIN32
More information about the Openvas-commits
mailing list