Skip to content

Commit

Permalink
Merge pull request #6262 from dx9/wip-12406-os-fs
Browse files Browse the repository at this point in the history
osd: remove __SWORD_TYPE dependency

Reviewed-by: Sage Weil <sage@redhat.com>
  • Loading branch information
liewegas committed Nov 26, 2015
2 parents 489b2a3 + 1bab773 commit ca9f9d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/os/fs/XFS.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#include "FS.h"

# ifndef XFS_SUPER_MAGIC
static const __SWORD_TYPE XFS_SUPER_MAGIC(0x58465342);
#define XFS_SUPER_MAGIC 0x58465342
# endif

class XFS : public FS {
Expand Down

0 comments on commit ca9f9d1

Please sign in to comment.