]> Git Repo - qemu.git/blobdiff - chardev/char.c
sockets: Make abstract UnixSocketAddress depend on CONFIG_LINUX
[qemu.git] / chardev / char.c
index 78553125d31103f630e1207b962ab1e900fd9408..aa4282164acabbba58a6eea76b8cabf346b79ad5 100644 (file)
@@ -928,6 +928,7 @@ QemuOptsList qemu_chardev_opts = {
         },{
             .name = "logappend",
             .type = QEMU_OPT_BOOL,
+#ifdef CONFIG_LINUX
         },{
             .name = "tight",
             .type = QEMU_OPT_BOOL,
@@ -935,6 +936,7 @@ QemuOptsList qemu_chardev_opts = {
         },{
             .name = "abstract",
             .type = QEMU_OPT_BOOL,
+#endif
         },
         { /* end of list */ }
     },
This page took 0.024651 seconds and 4 git commands to generate.