Source-Changes-HG archive

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

[src/trunk]: src/sys/kern fix compile typo.



details:   https://anonhg.NetBSD.org/src/rev/cfffb43dd46e
branches:  trunk
changeset: 517332:cfffb43dd46e
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Nov 10 20:49:52 2001 +0000

description:
fix compile typo.

diffstat:

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

diffs (18 lines):

diff -r 3e5bcefd2b55 -r cfffb43dd46e sys/kern/exec_macho.c
--- a/sys/kern/exec_macho.c     Sat Nov 10 19:43:48 2001 +0000
+++ b/sys/kern/exec_macho.c     Sat Nov 10 20:49:52 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: exec_macho.c,v 1.4 2001/10/30 15:32:03 thorpej Exp $   */
+/*     $NetBSD: exec_macho.c,v 1.5 2001/11/10 20:49:52 christos Exp $  */
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -549,7 +549,7 @@
                DPRINTF(("Copyinstr %p failed\n", epp->ep_name));
                goto bad;
        }
-       epp->ep_vp |= VTEXT;
+       epp->ep_vp->v_flag |= VTEXT;
        return exec_macho_setup_stack(p, epp);
 bad:
        kill_vmcmds(&epp->ep_vmcmds);



Home | Main Index | Thread Index | Old Index