Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sh3/include Remove child_return prototype; it is no...



details:   https://anonhg.NetBSD.org/src/rev/51766790a3a8
branches:  trunk
changeset: 487405:51766790a3a8
user:      tsubai <tsubai%NetBSD.org@localhost>
date:      Wed Jun 07 11:23:17 2000 +0000

description:
Remove child_return prototype; it is now in sys/proc.h.

diffstat:

 sys/arch/sh3/include/cpu.h |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (20 lines):

diff -r bdbe8278a244 -r 51766790a3a8 sys/arch/sh3/include/cpu.h
--- a/sys/arch/sh3/include/cpu.h        Wed Jun 07 10:09:19 2000 +0000
+++ b/sys/arch/sh3/include/cpu.h        Wed Jun 07 11:23:17 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpu.h,v 1.8 2000/05/26 21:20:14 thorpej Exp $  */
+/*     $NetBSD: cpu.h,v 1.9 2000/06/07 11:23:17 tsubai Exp $   */
 
 /*-
  * Copyright (c) 1990 The Regents of the University of California.
@@ -208,10 +208,6 @@
 int    math_emulate __P((struct trapframe *));
 #endif
 
-
-/* trap.c */
-void   child_return __P((struct proc *, int, int, int, struct trapframe));
-
 #endif /* _KERNEL */
 
 /*



Home | Main Index | Thread Index | Old Index