summaryrefslogtreecommitdiff
path: root/src/fs.h
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-04-10 18:06:23 +0000
committerJim Meyering <jim@meyering.net>2003-04-10 18:06:23 +0000
commit83aa79e26a07d8dcd91845c38172c20dd74150a6 (patch)
tree78c59cc279f5d6d58dc588a48cd699b0cf2165fe /src/fs.h
parent97cab1d39bc0c4c1ccf92b5f53e79982a028180b (diff)
downloadcoreutils-83aa79e26a07d8dcd91845c38172c20dd74150a6.tar.xz
(S_MAGIC_DEVPTS): New magic for Linux's devpts.
Diffstat (limited to 'src/fs.h')
-rw-r--r--src/fs.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/fs.h b/src/fs.h
index 1c420aa9d..24b5b5b45 100644
--- a/src/fs.h
+++ b/src/fs.h
@@ -3,10 +3,11 @@
#if defined __linux__
# define S_MAGIC_AFFS 0xADFF
+# define S_MAGIC_DEVPTS 0x1CD1
# define S_MAGIC_EXT 0x137D
# define S_MAGIC_EXT2_OLD 0xEF51
# define S_MAGIC_EXT2 0xEF53
-# define S_MAGIC_HPFS 0xF995E849
+# define S_MAGIC_HPFS 0xF995E849
# define S_MAGIC_ISOFS 0x9660
# define S_MAGIC_ISOFS_WIN 0x4000
# define S_MAGIC_ISOFS_R_WIN 0x4004
@@ -26,7 +27,7 @@
# define S_MAGIC_COH 0x012FF7B7
# define S_MAGIC_UFS 0x00011954
# define S_MAGIC_XIAFS 0x012FD16D
-# define S_MAGIC_NTFS 0x5346544e
+# define S_MAGIC_NTFS 0x5346544e
# define S_MAGIC_TMPFS 0x1021994
# define S_MAGIC_REISERFS 0x52654973
# define S_MAGIC_CRAMFS 0x28cd3d45