In article <[email protected]>,
Christos Zoulas <[email protected]> wrote:
>In article <[email protected]>,
>Kamil Rytarowski  <[email protected]> wrote:

Or better, since we provide the decl anyway:

--- a/sys/syz-extract/fetch.go
+++ b/sys/syz-extract/fetch.go
@@ -144,7 +144,9 @@ var srcTemplate = template.Must(template.New("").Parse(`
 
 {{.AddSource}}
 
+#ifndef __NetBSD__
 int printf(const char *format, ...);
+#endif
 
 int main() {
        int i;

christos

Reply via email to