Revision cb301efe

b/qemu-char.c
1220 1220
    return chr;
1221 1221
}
1222 1222
#else  /* ! __linux__ && ! __sun__ */
1223
static CharDriverState *qemu_chr_open_pty(void)
1223
static CharDriverState *qemu_chr_open_pty(QemuOpts *opts)
1224 1224
{
1225 1225
    return NULL;
1226 1226
}

Also available in: Unified diff