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 Add a comment after an #endif to match...



details:   https://anonhg.NetBSD.org/src/rev/f0f5856f3648
branches:  trunk
changeset: 526872:f0f5856f3648
user:      simonb <simonb%NetBSD.org@localhost>
date:      Mon May 13 04:15:40 2002 +0000

description:
Add a comment after an #endif to match up with an #ifdef.

diffstat:

 sys/arch/mips/include/locore.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 79305d2b666b -r f0f5856f3648 sys/arch/mips/include/locore.h
--- a/sys/arch/mips/include/locore.h    Mon May 13 02:58:17 2002 +0000
+++ b/sys/arch/mips/include/locore.h    Mon May 13 04:15:40 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.h,v 1.60 2002/03/11 16:39:39 uch Exp $ */
+/* $NetBSD: locore.h,v 1.61 2002/05/13 04:15:40 simonb Exp $ */
 
 /*
  * Copyright 1996 The Board of Trustees of The Leland Stanford
@@ -328,5 +328,5 @@
        register_t cf_ra;
        struct trapframe cf_frame;
 };
-#endif
+#endif /* _KERNEL */
 #endif /* _MIPS_LOCORE_H */



Home | Main Index | Thread Index | Old Index