Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern Recognize bundles as mach-O executables
details: https://anonhg.NetBSD.org/src/rev/54503d00721c
branches: trunk
changeset: 569760:54503d00721c
user: manu <manu%NetBSD.org@localhost>
date: Sat Sep 04 23:21:26 2004 +0000
description:
Recognize bundles as mach-O executables
diffstat:
sys/kern/exec_macho.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 03281e3595b6 -r 54503d00721c sys/kern/exec_macho.c
--- a/sys/kern/exec_macho.c Sat Sep 04 22:56:16 2004 +0000
+++ b/sys/kern/exec_macho.c Sat Sep 04 23:21:26 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: exec_macho.c,v 1.30 2004/03/23 13:22:32 junyoung Exp $ */
+/* $NetBSD: exec_macho.c,v 1.31 2004/09/04 23:21:26 manu Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: exec_macho.c,v 1.30 2004/03/23 13:22:32 junyoung Exp $");
+__KERNEL_RCSID(0, "$NetBSD: exec_macho.c,v 1.31 2004/09/04 23:21:26 manu Exp $");
#include <sys/param.h>
#include <sys/proc.h>
@@ -481,6 +481,7 @@
case MACHO_MOH_EXECUTE:
case MACHO_MOH_DYLINKER:
case MACHO_MOH_DYLIB:
+ case MACHO_MOH_BUNDLE:
break;
default:
DPRINTF(("Unsupported exec_macho filetype 0x%lx\n",
Home |
Main Index |
Thread Index |
Old Index