Subject: Re: port-mips/11871: [mips] dangling symlink in /usr/include/frame.h
To: Simon Burge <simonb@wasabisystems.com>
From: None <itojun@iijlab.net>
List: netbsd-bugs
Date: 01/02/2001 12:25:31
>> 	mips-based ports do not have sys/arch/*/include/frame.h.  therefore
>> 	/usr/include/frame.h becomes a dangling link.
>At a guess, moving the *frame structs from <mips/include/locore.h>
>into a new <mips/include/frame.h> (and possibly struct callframe from
><mips/include/asm.h>) and proving simple includes in each mips ports'
>include directory (ala m68k, ppc, etc) looks like the way to go.
>
>Sound ok?

	i have no idea about mips CPU-dependent part, but that looks consistent
	with others.

itojun