]> git.pld-linux.org Git - packages/util-linux.git/blame - util-linux-qnx4.patch
- 2 more typos
[packages/util-linux.git] / util-linux-qnx4.patch
CommitLineData
661cf194
AF
1--- util-linux-2.11b/mount/mount_guess_fstype.c.wiget Fri May 4 14:06:28 2001
2+++ util-linux-2.11b/mount/mount_guess_fstype.c Fri May 4 14:06:37 2001
3@@ -204,7 +204,7 @@
4 !strncmp(xsb.xfsb.s_magic, XFS_SUPER_MAGIC2, 4))
5 type = "xfs";
6 else if(!strncmp(xsb.qnx4fs_magic+4, "QNX4FS", 6))
7- type = "qnx4fs";
8+ type = "qnx4";
9 else if(xsb.bfs_magic == 0x1badface)
10 type = "bfs";
11 else if(!strncmp(xsb.ntfssb.s_magic, NTFS_SUPER_MAGIC,
This page took 0.091651 seconds and 4 git commands to generate.