From ee2298a313b6e425d6ff0324be6a313b1cd9a399 Mon Sep 17 00:00:00 2001 From: The Android Open Source Project Date: Mon, 2 Mar 2009 22:54:30 -0800 Subject: auto import from //depot/cupcake/@137055 --- block.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'block.h') diff --git a/block.h b/block.h index d774a2e..7917eb8 100644 --- a/block.h +++ b/block.h @@ -150,7 +150,8 @@ char *bdrv_snapshot_dump(char *buf, int buf_size, QEMUSnapshotInfo *sn); int bdrv_ioctl(BlockDriverState *bs, unsigned long int req, void *buf); char *get_human_readable_size(char *buf, int buf_size, int64_t size); -int path_is_absolute(const char *path); +// don't remove below comment, it makes integration with upstream sources easier +//int path_is_absolute(const char *path); void path_combine(char *dest, int dest_size, const char *base_path, const char *filename); -- cgit v1.1