git: 78c8b272ae7d - stable/13 - linux(4): Sort includes in the linux_stats.c
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 29 Jun 2023 08:20:13 UTC
The branch stable/13 has been updated by dchagin: URL: https://cgit.FreeBSD.org/src/commit/?id=78c8b272ae7d856e493d5dd302e0e51e926e2606 commit 78c8b272ae7d856e493d5dd302e0e51e926e2606 Author: Dmitry Chagin <dchagin@FreeBSD.org> AuthorDate: 2023-04-28 08:54:58 +0000 Commit: Dmitry Chagin <dchagin@FreeBSD.org> CommitDate: 2023-06-29 08:15:28 +0000 linux(4): Sort includes in the linux_stats.c (cherry picked from commit 2a38f51c5b8a7cf38f0a29a59e7558d8aef91047) --- sys/compat/linux/linux_stats.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/compat/linux/linux_stats.c b/sys/compat/linux/linux_stats.c index d00888e77e84..79937fd9fa86 100644 --- a/sys/compat/linux/linux_stats.c +++ b/sys/compat/linux/linux_stats.c @@ -49,8 +49,8 @@ __FBSDID("$FreeBSD$"); #include <machine/../linux/linux_proto.h> #endif -#include <compat/linux/linux_util.h> #include <compat/linux/linux_file.h> +#include <compat/linux/linux_util.h> static void translate_vnhook_major_minor(struct vnode *vp, struct stat *sb)