Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/arch/sh3/include/cpu.h,v rcsdiff: /ftp/cvs/cvsroot/src/sys/arch/sh3/include/cpu.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.8 retrieving revision 1.8.2.1 diff -u -p -r1.8 -r1.8.2.1 --- src/sys/arch/sh3/include/cpu.h 2000/05/26 21:20:14 1.8 +++ src/sys/arch/sh3/include/cpu.h 2000/06/22 17:03:48 1.8.2.1 @@ -1,4 +1,4 @@ -/* $NetBSD: cpu.h,v 1.8 2000/05/26 21:20:14 thorpej Exp $ */ +/* $NetBSD: cpu.h,v 1.8.2.1 2000/06/22 17:03:48 minoura Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -208,10 +208,6 @@ int kvtop __P((caddr_t)); int math_emulate __P((struct trapframe *)); #endif - -/* trap.c */ -void child_return __P((struct proc *, int, int, int, struct trapframe)); - #endif /* _KERNEL */ /*