Module Name:    src
Committed By:   maxv
Date:           Sat Oct 10 10:51:15 UTC 2015

Modified Files:
        src/sys/sys: exec.h

Log Message:
Remove the mach entry.


To generate a diff of this commit:
cvs rdiff -u -r1.148 -r1.149 src/sys/sys/exec.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/sys/exec.h
diff -u src/sys/sys/exec.h:1.148 src/sys/sys/exec.h:1.149
--- src/sys/sys/exec.h:1.148	Sun Dec 14 23:49:28 2014
+++ src/sys/sys/exec.h	Sat Oct 10 10:51:15 2015
@@ -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 @@ struct execsw {
 		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 */

Reply via email to