]> granicus.if.org Git - strace/commitdiff
2003-12-14 Anton Blanchard <anton@samba.org>
authorRoland McGrath <roland@redhat.com>
Tue, 13 Jan 2004 10:13:45 +0000 (10:13 +0000)
committerRoland McGrath <roland@redhat.com>
Tue, 13 Jan 2004 10:13:45 +0000 (10:13 +0000)
* file.c [LINUX] (fsmagic): Add SYSFS_MAGIC.

file.c

diff --git a/file.c b/file.c
index d03c01b04a5e394df0498cf5487df12c0e2be82c..206a944a721b13e7c70dc5f6ed1ab0ae0b699873 100644 (file)
--- a/file.c
+++ b/file.c
@@ -1340,6 +1340,7 @@ static struct xlat fsmagic[] = {
        { 0x54190100,   "UFS_CIGAM"             },
        { 0x012ff7b4,   "XENIX_SUPER_MAGIC"     },
        { 0x012fd16d,   "XIAFS_SUPER_MAGIC"     },
+       { 0x62656572,   "SYSFS_MAGIC"           },
        { 0,            NULL                    },
 };