Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/kern Fix comments for #endif, to keep proper nesting and...



details:   https://anonhg.NetBSD.org/src/rev/b0f3868200ea
branches:  trunk
changeset: 536005:b0f3868200ea
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Wed Sep 04 06:34:21 2002 +0000

description:
Fix comments for #endif, to keep proper nesting and reflect reality.
Fixes kern/18162 by Roskens.

diffstat:

 sys/kern/exec_conf.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (38 lines):

diff -r 0faf15683491 -r b0f3868200ea sys/kern/exec_conf.c
--- a/sys/kern/exec_conf.c      Wed Sep 04 04:21:54 2002 +0000
+++ b/sys/kern/exec_conf.c      Wed Sep 04 06:34:21 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: exec_conf.c,v 1.74 2002/08/26 21:07:38 christos Exp $  */
+/*     $NetBSD: exec_conf.c,v 1.75 2002/09/04 06:34:21 jdolecek Exp $  */
 
 /*
  * Copyright (c) 1993, 1994 Christopher G. Demetriou
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: exec_conf.c,v 1.74 2002/08/26 21:07:38 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: exec_conf.c,v 1.75 2002/09/04 06:34:21 jdolecek Exp $");
 
 #include "opt_execfmt.h"
 #include "opt_compat_freebsd.h"
@@ -221,8 +221,8 @@
          copyargs,
          NULL,
          coredump_netbsd },
+#endif /* !COMPAT_NETBSD32 */
 #endif /* EXEC_AOUT */
-#endif /* !COMPAT_NETBSD32 */
 
 #ifdef EXEC_COFF
        /* Native COFF */
@@ -420,8 +420,8 @@
          NULL,
          coredump_elf32 },
 #endif
+#endif /* !COMPAT_NETBSD32 */
 #endif /* EXEC_ELF32 */
-#endif /* !COMPAT_NETBSD32 */
 
 #ifdef EXEC_ELF64
        /* Native Elf64 */



Home | Main Index | Thread Index | Old Index