diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-08-11 20:35:58 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-08-11 20:35:58 +0000 |
commit | 9dfa5b421dcb7f213163d2bd80549d6ca4bc74a6 (patch) | |
tree | 85c52985df5c899b9cf3c6595519e4e3439351cc /vl.h | |
parent | 9da8ba18e60273b9925991712883e54c16d4b626 (diff) |
64 bit fixes (Falk Hueffner)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@365 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'vl.h')
-rw-r--r-- | vl.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -60,7 +60,7 @@ int bdrv_commit(BlockDriverState *bs); struct cow_header_v2 { uint32_t magic; - uint32_t long version; + uint32_t version; char backing_file[1024]; int32_t mtime; uint64_t size; |