qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Compile fix for win32


From: Kazu
Subject: [Qemu-devel] Compile fix for win32
Date: Wed, 8 Feb 2006 12:57:21 +0900

Hi,

It is compile fix for win32.

Regards,
Kazu

Index: tap-win32.c
===================================================================
RCS file: /sources/qemu/qemu/tap-win32.c,v
retrieving revision 1.1
diff -u -r1.1 tap-win32.c
--- tap-win32.c 1 Feb 2006 23:06:55 -0000 1.1
+++ tap-win32.c 7 Feb 2006 07:25:02 -0000
@@ -671,7 +671,7 @@
        return -1;
    }

-    s->vc = qemu_new_vlan_client(vlan, tap_receive, s);
+    s->vc = qemu_new_vlan_client(vlan, tap_receive, NULL, s);
snprintf(s->vc->info_str, sizeof(s->vc->info_str),
             "tap: ifname=%s", ifname);





reply via email to

[Prev in Thread] Current Thread [Next in Thread]