Source-Changes-HG archive

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

[src/trunk]: src/sys/sys Remove the mach entry.



details:   https://anonhg.NetBSD.org/src/rev/2ce229b7d402
branches:  trunk
changeset: 340914:2ce229b7d402
user:      maxv <maxv%NetBSD.org@localhost>
date:      Sat Oct 10 10:51:15 2015 +0000

description:
Remove the mach entry.

diffstat:

 sys/sys/exec.h |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 8da3cb21d7e9 -r 2ce229b7d402 sys/sys/exec.h
--- a/sys/sys/exec.h    Sat Oct 10 10:08:12 2015 +0000
+++ b/sys/sys/exec.h    Sat Oct 10 10:51:15 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: exec.h,v 1.148 2014/12/14 23:49:28 chs Exp $   */
+/*     $NetBSD: exec.h,v 1.149 2015/10/10 10:51:15 maxv Exp $  */
 
 /*-
  * Copyright (c) 1992, 1993
@@ -154,7 +154,6 @@
                int (*elf_probe_func)(struct lwp *,
                        struct exec_package *, void *, char *, vaddr_t *);
                int (*ecoff_probe_func)(struct lwp *, struct exec_package *);
-               int (*mach_probe_func)(const char **);
        } u;
        struct  emul *es_emul;          /* os emulation */
        int     es_prio;                /* entry priority */



Home | Main Index | Thread Index | Old Index