Skip to content

Commit

Permalink
os/fs: remove __SWORD_TYPE dependency
Browse files Browse the repository at this point in the history
Signed-off-by: John Coyle dx9err@gmail.com
  • Loading branch information
dx9 committed Oct 14, 2015
1 parent e7b49f5 commit 254e1f4
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 254e1f4

Please sign in to comment.