summaryrefslogtreecommitdiff
path: root/security/openvas/files/patch-src_openvas.h
blob: a3cd586c5eec8eb896acdd810455bc2c108e68d5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- 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 */