diff options
author | Jim Meyering <jim@meyering.net> | 2005-02-15 12:29:22 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-02-15 12:29:22 +0000 |
commit | 4e49c3974f7db295fe9944497306ca31d3784611 (patch) | |
tree | 1571718db049be6a163799dc6e24d1f3ee12f9a0 /src | |
parent | 3695d0212a7a89074e191258943e950a750ab07c (diff) | |
download | coreutils-4e49c3974f7db295fe9944497306ca31d3784611.tar.xz |
regenerate
Diffstat (limited to 'src')
-rw-r--r-- | src/fs.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ # define S_MAGIC_EXT2_OLD 0xEF51 # define S_MAGIC_EXT2 0xEF53 # define S_MAGIC_XFS 0x58465342 +# define S_MAGIC_JFS 0x3153464a # define S_MAGIC_HPFS 0xF995E849 # define S_MAGIC_ISOFS 0x9660 # define S_MAGIC_ISOFS_WIN 0x4000 |