Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mips/include White space nits, add a #endif comment.
details: https://anonhg.NetBSD.org/src/rev/c15ec6610a15
branches: trunk
changeset: 534161:c15ec6610a15
user: simonb <simonb%NetBSD.org@localhost>
date: Fri Jul 19 03:13:55 2002 +0000
description:
White space nits, add a #endif comment.
diffstat:
sys/arch/mips/include/sysarch.h | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (25 lines):
diff -r 3fa2f487f713 -r c15ec6610a15 sys/arch/mips/include/sysarch.h
--- a/sys/arch/mips/include/sysarch.h Fri Jul 19 02:28:09 2002 +0000
+++ b/sys/arch/mips/include/sysarch.h Fri Jul 19 03:13:55 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sysarch.h,v 1.4 2002/03/05 14:12:30 simonb Exp $ */
+/* $NetBSD: sysarch.h,v 1.5 2002/07/19 03:13:55 simonb Exp $ */
#ifndef _MIPS_SYSARCH_H_
#define _MIPS_SYSARCH_H_
@@ -9,7 +9,6 @@
#define MIPS_CACHEFLUSH 0
#define MIPS_CACHECTL 1
-
struct mips_cacheflush_args {
vaddr_t va;
int nbytes;
@@ -24,6 +23,5 @@
#ifndef _KERNEL
int sysarch(int, void *);
-#endif
-
+#endif /* !_KERNEL */
#endif /* !_MIPS_SYSARCH_H_ */
Home |
Main Index |
Thread Index |
Old Index