svn commit: r346808 - stable/11/sys/compat/linux
Dmitry Chagin
dchagin at FreeBSD.org
Sun Apr 28 09:38:43 UTC 2019
Author: dchagin
Date: Sun Apr 28 09:38:41 2019
New Revision: 346808
URL: https://svnweb.freebsd.org/changeset/base/346808
Log:
MFC r323980 (by pfg@):
Small style(9) issue: spaces vs TAB.
Modified:
stable/11/sys/compat/linux/linux_stats.c
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/sys/compat/linux/linux_stats.c
==============================================================================
--- stable/11/sys/compat/linux/linux_stats.c Sun Apr 28 09:35:39 2019 (r346807)
+++ stable/11/sys/compat/linux/linux_stats.c Sun Apr 28 09:38:41 2019 (r346808)
@@ -319,7 +319,7 @@ struct l_statfs {
#define LINUX_PROC_SUPER_MAGIC 0x9fa0L
#define LINUX_UFS_SUPER_MAGIC 0x00011954L /* XXX - UFS_MAGIC in Linux */
#define LINUX_ZFS_SUPER_MAGIC 0x2FC12FC1
-#define LINUX_DEVFS_SUPER_MAGIC 0x1373L
+#define LINUX_DEVFS_SUPER_MAGIC 0x1373L
#define LINUX_SHMFS_MAGIC 0x01021994
static long
More information about the svn-src-stable
mailing list