Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/pgoyette-compat]: src/sys/compat/netbsd32 Use correct macro name
details: https://anonhg.NetBSD.org/src/rev/e3a4dd388855
branches: pgoyette-compat
changeset: 830938:e3a4dd388855
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Thu Jan 24 04:16:03 2019 +0000
description:
Use correct macro name
diffstat:
sys/compat/netbsd32/netbsd32_exec_elf32.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 014e01097f7e -r e3a4dd388855 sys/compat/netbsd32/netbsd32_exec_elf32.c
--- a/sys/compat/netbsd32/netbsd32_exec_elf32.c Thu Jan 24 04:08:09 2019 +0000
+++ b/sys/compat/netbsd32/netbsd32_exec_elf32.c Thu Jan 24 04:16:03 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: netbsd32_exec_elf32.c,v 1.40.14.1 2019/01/24 03:41:48 pgoyette Exp $ */
+/* $NetBSD: netbsd32_exec_elf32.c,v 1.40.14.2 2019/01/24 04:16:03 pgoyette Exp $ */
/* from: NetBSD: exec_aout.c,v 1.15 1996/09/26 23:34:46 cgd Exp */
/*
@@ -57,7 +57,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_exec_elf32.c,v 1.40.14.1 2019/01/24 03:41:48 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_exec_elf32.c,v 1.40.14.2 2019/01/24 04:16:03 pgoyette Exp $");
#define ELFSIZE 32
@@ -112,7 +112,7 @@
const char *m;
if (itp && epp->ep_interp == NULL) {
- MODULE_HOOK_CALL(netbsd32_machine32_hook, (), machine, m);
+ MODULE_CALL_HOOK(netbsd32_machine32_hook, (), machine, m);
(void)compat_elf_check_interp(epp, itp, m);
}
#ifdef _LP64
Home |
Main Index |
Thread Index |
Old Index