Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern include opt_compat_netbsd.h, otherwise we don't get...
details: https://anonhg.NetBSD.org/src/rev/fdee8c64cade
branches: trunk
changeset: 551983:fdee8c64cade
user: christos <christos%NetBSD.org@localhost>
date: Mon Sep 15 00:33:35 2003 +0000
description:
include opt_compat_netbsd.h, otherwise we don't get the right signal
trampoline code in compat code.
diffstat:
sys/kern/kern_exec.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (22 lines):
diff -r c61403c98a0a -r fdee8c64cade sys/kern/kern_exec.c
--- a/sys/kern/kern_exec.c Mon Sep 15 00:22:20 2003 +0000
+++ b/sys/kern/kern_exec.c Mon Sep 15 00:33:35 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: kern_exec.c,v 1.173 2003/09/10 16:43:35 christos Exp $ */
+/* $NetBSD: kern_exec.c,v 1.174 2003/09/15 00:33:35 christos Exp $ */
/*-
* Copyright (C) 1993, 1994, 1996 Christopher G. Demetriou
@@ -33,10 +33,11 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kern_exec.c,v 1.173 2003/09/10 16:43:35 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kern_exec.c,v 1.174 2003/09/15 00:33:35 christos Exp $");
#include "opt_ktrace.h"
#include "opt_syscall_debug.h"
+#include "opt_compat_netbsd.h"
#include <sys/param.h>
#include <sys/systm.h>
Home |
Main Index |
Thread Index |
Old Index