Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys sys/file.h: Sort forward declarations.
details: https://anonhg.NetBSD.org/src/rev/51e7cfd85758
branches: trunk
changeset: 374412:51e7cfd85758
user: riastradh <riastradh%NetBSD.org@localhost>
date: Sat Apr 22 13:52:37 2023 +0000
description:
sys/file.h: Sort forward declarations.
No functional change intended.
diffstat:
sys/sys/file.h | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (26 lines):
diff -r 94588dd9615a -r 51e7cfd85758 sys/sys/file.h
--- a/sys/sys/file.h Sat Apr 22 13:11:50 2023 +0000
+++ b/sys/sys/file.h Sat Apr 22 13:52:37 2023 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: file.h,v 1.88 2021/09/19 15:51:27 thorpej Exp $ */
+/* $NetBSD: file.h,v 1.89 2023/04/22 13:52:37 riastradh Exp $ */
/*-
* Copyright (c) 2009 The NetBSD Foundation, Inc.
@@ -71,12 +71,12 @@
#include <sys/mutex.h>
#include <sys/condvar.h>
+struct iovec;
+struct knote;
+struct lwp;
struct proc;
-struct lwp;
+struct stat;
struct uio;
-struct iovec;
-struct stat;
-struct knote;
struct uvm_object;
struct fileops {
Home |
Main Index |
Thread Index |
Old Index