Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/ufs/lfs #include <sys/param.h> for COHERENCY_UNIT (and KNF)
details: https://anonhg.NetBSD.org/src/rev/0a90388d185a
branches: trunk
changeset: 984828:0a90388d185a
user: skrll <skrll%NetBSD.org@localhost>
date: Sun Jul 25 06:10:01 2021 +0000
description:
#include <sys/param.h> for COHERENCY_UNIT (and KNF)
diffstat:
sys/ufs/lfs/ulfs_quota1_subr.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (25 lines):
diff -r e58aa87043f5 -r 0a90388d185a sys/ufs/lfs/ulfs_quota1_subr.c
--- a/sys/ufs/lfs/ulfs_quota1_subr.c Sun Jul 25 06:07:42 2021 +0000
+++ b/sys/ufs/lfs/ulfs_quota1_subr.c Sun Jul 25 06:10:01 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ulfs_quota1_subr.c,v 1.3 2013/06/06 00:49:28 dholland Exp $ */
+/* $NetBSD: ulfs_quota1_subr.c,v 1.4 2021/07/25 06:10:01 skrll Exp $ */
/* from NetBSD: quota1_subr.c,v 1.7 2012/01/29 06:23:20 dholland Exp */
/*-
@@ -28,12 +28,12 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ulfs_quota1_subr.c,v 1.3 2013/06/06 00:49:28 dholland Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ulfs_quota1_subr.c,v 1.4 2021/07/25 06:10:01 skrll Exp $");
+#include <sys/param.h>
#include <sys/types.h>
-#include <machine/limits.h>
+#include <sys/quota.h>
-#include <sys/quota.h>
#include <ufs/lfs/ulfs_quota1.h>
static uint64_t
Home |
Main Index |
Thread Index |
Old Index