From bae1bc39312d5019bd9a5b8d840a529213a69a17 Mon Sep 17 00:00:00 2001 From: The Android Open Source Project Date: Tue, 3 Mar 2009 14:04:15 -0800 Subject: auto import from //depot/cupcake/@132589 --- block.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'block.c') diff --git a/block.c b/block.c index 06bea78..23ce5e4 100644 --- a/block.c +++ b/block.c @@ -56,7 +56,7 @@ static int bdrv_write_em(BlockDriverState *bs, int64_t sector_num, static BlockDriver *first_drv; -static int path_is_absolute(const char *path) +int path_is_absolute(const char *path) { const char *p; #ifdef _WIN32 -- cgit v1.1