2003-12-14 Anton Blanchard <anton@samba.org>

	* file.c [LINUX] (fsmagic): Add SYSFS_MAGIC.
diff --git a/file.c b/file.c
index d03c01b..206a944 100644
--- a/file.c
+++ b/file.c
@@ -1340,6 +1340,7 @@
 	{ 0x54190100,	"UFS_CIGAM"		},
 	{ 0x012ff7b4,	"XENIX_SUPER_MAGIC"	},
 	{ 0x012fd16d,	"XIAFS_SUPER_MAGIC"	},
+	{ 0x62656572,	"SYSFS_MAGIC"		},
 	{ 0,		NULL			},
 };