X-Git-Url: http://git.apps.os.sepia.ceph.com/?p=xfstests-dev.git;a=blobdiff_plain;f=src%2Floggen.c;h=ed1ebbccc8baa0f8c84f8806225fd2ce4f3ae796;hp=a3d99f8c915fdf9b57a563d3f708226107dde3c5;hb=836ed899ae22aef23380327762007ed4684fd4ff;hpb=8c0fc542ed515ac7b80d518d0311d0bfa0cf7c27 diff --git a/src/loggen.c b/src/loggen.c index a3d99f8c..ed1ebbcc 100644 --- a/src/loggen.c +++ b/src/loggen.c @@ -119,9 +119,9 @@ loggen_unmount(int count) xlog_op_header_t *op; /* the data section must be 32 bit size aligned */ struct { - __uint16_t magic; - __uint16_t pad1; - __uint32_t pad2; /* may as well make it 64 bits */ + uint16_t magic; + uint16_t pad1; + uint32_t pad2; /* may as well make it 64 bits */ } magic = { XLOG_UNMOUNT_TYPE, 0, 0 }; if (!count) count=1;