- databases/pg-gvm: update to 22.6.1 - security/gsa: update to 22.7.1 - security/gsad: update to 22.6.0 - security/gvm-libs: update to 22.7.1 - security/gvmd: update to 22.9.0 - security/openvas: update to 22.7.5 - security/py-gvm-tools: update to 23.9.0 - security/py-notus-scanner: update to 22.6.0 - security/py-ospd-openvas: update to 22.6.0 - security/py-python-gvm: update to 23.5.1
14 lines
282 B
C
14 lines
282 B
C
--- src/openvas.h 2023-08-31 14:23:03.000000000 -0500
|
|
+++ src/openvas.h 2023-09-20 23:57:03.842529000 -0500
|
|
@@ -12,6 +12,9 @@
|
|
#define OPENVAS_H
|
|
|
|
int
|
|
+#if defined(__FreeBSD__)
|
|
+openvas (int, char **);
|
|
+#else
|
|
openvas (int, char **, char **);
|
|
-
|
|
+#endif
|
|
#endif /* not OPENVAS_H */
|