diff options
author | Jim Meyering <jim@meyering.net> | 2005-02-15 09:01:34 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-02-15 09:01:34 +0000 |
commit | b353489b18afd7a1cca0544d191b6886cef25966 (patch) | |
tree | 7e3266e0b78050f4aeced9c57f60082e83b6e890 | |
parent | 265fe832fe0968fbc0c40b5cf4021b7883aa6803 (diff) | |
download | coreutils-b353489b18afd7a1cca0544d191b6886cef25966.tar.xz |
regen for XFS
-rw-r--r-- | src/fs.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ # define S_MAGIC_EXT 0x137D # define S_MAGIC_EXT2_OLD 0xEF51 # define S_MAGIC_EXT2 0xEF53 +# define S_MAGIC_XFS 0x58465342 # define S_MAGIC_HPFS 0xF995E849 # define S_MAGIC_ISOFS 0x9660 # define S_MAGIC_ISOFS_WIN 0x4000 |