From: Roland McGrath Date: Tue, 13 Jan 2004 10:13:45 +0000 (+0000) Subject: 2003-12-14 Anton Blanchard X-Git-Tag: v4.5.18~655 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c767ad8e1aa12fb81120f27a7194a36a46a12c68;p=strace 2003-12-14 Anton Blanchard * file.c [LINUX] (fsmagic): Add SYSFS_MAGIC. --- diff --git a/file.c b/file.c index d03c01b0..206a944a 100644 --- 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 }, };