Skip to content

Commit

Permalink
os/fs: The usage of __SWORD_TYPE hinders portability because it's not…
Browse files Browse the repository at this point in the history
… standardized. Removed __SWORD_TYPE dependency.

Signed-off-by: John Coyle <dx9err@gmail.com>
  • Loading branch information
dx9 committed Oct 19, 2015
1 parent e7b49f5 commit 1bab773
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 1bab773

Please sign in to comment.