Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/osf1 pull <sys/exec.h> to get setregs prototype.
details: https://anonhg.NetBSD.org/src/rev/e75bbfed8a30
branches: trunk
changeset: 515395:e75bbfed8a30
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Sun Sep 23 19:32:10 2001 +0000
description:
pull <sys/exec.h> to get setregs prototype.
problem noted by Chuck Silvers
diffstat:
sys/compat/osf1/osf1_exec.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 6e175636249d -r e75bbfed8a30 sys/compat/osf1/osf1_exec.c
--- a/sys/compat/osf1/osf1_exec.c Sun Sep 23 19:10:25 2001 +0000
+++ b/sys/compat/osf1/osf1_exec.c Sun Sep 23 19:32:10 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: osf1_exec.c,v 1.26 2001/09/18 19:36:40 jdolecek Exp $ */
+/* $NetBSD: osf1_exec.c,v 1.27 2001/09/23 19:32:10 jdolecek Exp $ */
/*
* Copyright (c) 1999 Christopher G. Demetriou. All rights reserved.
@@ -34,6 +34,7 @@
#include <sys/systm.h>
#include <sys/proc.h>
#include <sys/signalvar.h>
+#include <sys/exec.h>
#include <compat/osf1/osf1.h>
#include <compat/osf1/osf1_syscall.h>
Home |
Main Index |
Thread Index |
Old Index