svn commit: r323980 - head/sys/compat/linux

Pedro F. Giffuni pfg at FreeBSD.org
Sun Sep 24 20:57:04 UTC 2017


Author: pfg
Date: Sun Sep 24 20:57:03 2017
New Revision: 323980
URL: https://svnweb.freebsd.org/changeset/base/323980

Log:
  Small style(9) issue: spaces vs TAB.

Modified:
  head/sys/compat/linux/linux_stats.c

Modified: head/sys/compat/linux/linux_stats.c
==============================================================================
--- head/sys/compat/linux/linux_stats.c	Sun Sep 24 20:16:38 2017	(r323979)
+++ head/sys/compat/linux/linux_stats.c	Sun Sep 24 20:57:03 2017	(r323980)
@@ -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-head mailing list