Revision 08af02e2 block-raw-posix.c

b/block-raw-posix.c
1149 1149
}
1150 1150
#else
1151 1151

  
1152
static int fd_open(BlockDriverState *bs)
1153
{
1154
    return 0;
1155
}
1156

  
1152 1157
static int raw_is_inserted(BlockDriverState *bs)
1153 1158
{
1154 1159
    return 1;

Also available in: Unified diff