]> git.proxmox.com Git - qemu.git/blobdiff - dyngen-exec.h
rename HOST_BSD to CONFIG_BSD
[qemu.git] / dyngen-exec.h
index c1072cdccb0d471aeb7893b360360e3cbe2e02cb..18819e4707958997f3b2081ef3ce32fc859e2964 100644 (file)
@@ -39,7 +39,7 @@
 /* XXX: This may be wrong for 64-bit ILP32 hosts.  */
 typedef void * host_reg_t;
 
-#ifdef HOST_BSD
+#ifdef CONFIG_BSD
 typedef struct __sFILE FILE;
 #else
 typedef struct FILE FILE;