]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix last checkin.
authorAndreas Jaeger <aj@suse.de>
Fri, 1 Oct 2010 23:05:26 +0000 (19:05 -0400)
committerUlrich Drepper <drepper@gmail.com>
Fri, 1 Oct 2010 23:05:26 +0000 (19:05 -0400)
sysdeps/unix/sysv/linux/linux_fsinfo.h

index 8efbdea42d51efa42ad562811790e0dde0630a76..a0e070071dd474090428d624190492b1fa74277a 100644 (file)
 #define AUTOFS_SUPER_MAGIC     0x187
 
 /* Constant that identifies the `bfs' filesystem.  */
-#define BFS_MAGIC              0x1BADFACE
+#define BFS_MAGIC              0x1badface
 
 /* Constant that identifies the `btrfs' filesystem.  */
-#define BTRFS_SUPER_MAGIC      0x1BADFACE
+#define BTRFS_SUPER_MAGIC      0x9123683e
 
 /* Constant that identifies the `cgroup' filesystem.  */
-#define CGROUP_SUPER_MAGIC     0x1BADFACE
+#define CGROUP_SUPER_MAGIC     0x27e0eb
 
 /* Constant that identifies the `coda' filesystem.  */
 #define CODA_SUPER_MAGIC       0x73757245
@@ -59,7 +59,7 @@
 #define DEVPTS_SUPER_MAGIC     0x1cd1
 
 /* Constants that identifies the `efs' filesystem.  */
-#define EFS_SUPER_MAGIC                0x414A53
+#define EFS_SUPER_MAGIC                0x414a53
 #define EFS_MAGIC              0x072959
 
 /* Constant that identifies the `ext2' and `ext3' filesystems.  */
@@ -80,7 +80,7 @@
 /* Constant that identifies the `jfs' filesystem.  */
 #define JFS_SUPER_MAGIC                0x3153464a
 
-/* Constant that identifies the `logfs´ filesystem.  */
+/* Constant that identifies the `logfs' filesystem.  */
 #define LOGFS_MAGIC_U32                0xc97e8168u
 
 /* Constants that identify the `minix2' filesystem.  */
 /* Constant that identifies the `smb' filesystem.  */
 #define SMB_SUPER_MAGIC                0x517b
 
-/* Constant that identifies the `sysfs´ filesystem.  */
+/* Constant that identifies the `sysfs' filesystem.  */
 #define SYSFS_MAGIC            0x62656572
 
 /* Constants that identify the `sysV' filesystem.  */