Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/compat/osf1 remove superfluous cpu_exec_ecoff_setregs() ...



details:   https://anonhg.NetBSD.org/src/rev/18889f10b9ef
branches:  trunk
changeset: 515149:18889f10b9ef
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Mon Sep 17 17:46:16 2001 +0000

description:
remove superfluous cpu_exec_ecoff_setregs() prototype

diffstat:

 sys/compat/osf1/osf1_exec.h |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 7643f2ae71ec -r 18889f10b9ef sys/compat/osf1/osf1_exec.h
--- a/sys/compat/osf1/osf1_exec.h       Mon Sep 17 17:43:06 2001 +0000
+++ b/sys/compat/osf1/osf1_exec.h       Mon Sep 17 17:46:16 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: osf1_exec.h,v 1.4 2001/07/29 21:28:46 christos Exp $ */
+/* $NetBSD: osf1_exec.h,v 1.5 2001/09/17 17:46:16 jdolecek Exp $ */
 
 /*
  * Copyright (c) 2000 The NetBSD foundation, Inc.
@@ -37,7 +37,6 @@
 
 extern const struct emul emul_osf1;
 
-void cpu_exec_ecoff_setregs __P((struct proc *, struct exec_package *, u_long));
 int osf1_exec_ecoff_probe __P((struct proc *, struct exec_package *));
 int osf1_copyargs(struct exec_package *, struct ps_strings *, char **, void *);
 



Home | Main Index | Thread Index | Old Index