Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/sunos32 Add missing const.



details:   https://anonhg.NetBSD.org/src/rev/7ce2ee7af0c7
branches:  trunk
changeset: 526522:7ce2ee7af0c7
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sun May 05 08:23:03 2002 +0000

description:
Add missing const.

diffstat:

 sys/compat/sunos32/sunos32_exec.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 557c6093e76b -r 7ce2ee7af0c7 sys/compat/sunos32/sunos32_exec.c
--- a/sys/compat/sunos32/sunos32_exec.c Sun May 05 08:15:15 2002 +0000
+++ b/sys/compat/sunos32/sunos32_exec.c Sun May 05 08:23:03 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sunos32_exec.c,v 1.10 2001/11/13 02:09:20 lukem Exp $   */
+/*     $NetBSD: sunos32_exec.c,v 1.11 2002/05/05 08:23:03 thorpej Exp $         */
 
 /*
  * Copyright (c) 2001 Matthew R. Green
@@ -29,7 +29,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sunos32_exec.c,v 1.10 2001/11/13 02:09:20 lukem Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sunos32_exec.c,v 1.11 2002/05/05 08:23:03 thorpej Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_syscall_debug.h"
@@ -51,7 +51,7 @@
 extern char sunos_sigcode[], sunos_esigcode[];
 void syscall __P((void));
 
-struct emul emul_sunos = {
+const struct emul emul_sunos = {
        "sunos32",
        "/emul/sunos",
        0,



Home | Main Index | Thread Index | Old Index