mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-26 11:47:31 +00:00
309bdd49b5
Add stub stack.h for pc98 that includes i386 pc98. Add i386 stack_machdep.c to files.pc98. Spotted by: tinderbox
7 lines
87 B
C
7 lines
87 B
C
/*-
|
|
* This file is in the public domain.
|
|
*/
|
|
/* $FreeBSD$ */
|
|
|
|
#include <i386/stack.h>
|