In article <osvvt8$111$1...@blaine.gmane.org>,
Christos Zoulas <chris...@astron.com> wrote:
>In article <85853ac7-a205-b412-2f5b-39101dc51...@gmx.com>,
>Kamil Rytarowski  <n...@gmx.com> 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