diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-05-08 17:34:54 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-05-08 17:34:54 +0000 |
commit | b7d211a2451c1f0906a61e2e2f40466cc4561b6c (patch) | |
tree | c56c85e6046582d46afcc90e4b8a090dd91ca78f /sys/arch/pmax/include/frame.h | |
parent | bd45d489f1b3978942dd76a0a5026a2b7d663284 (diff) |
use what we can from mips/include
Diffstat (limited to 'sys/arch/pmax/include/frame.h')
-rw-r--r-- | sys/arch/pmax/include/frame.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/arch/pmax/include/frame.h b/sys/arch/pmax/include/frame.h index e69de29bb2d..902485d0c3f 100644 --- a/sys/arch/pmax/include/frame.h +++ b/sys/arch/pmax/include/frame.h @@ -0,0 +1,3 @@ +/* $OpenBSD: frame.h,v 1.2 1998/05/08 17:34:36 millert Exp $ */ + +#include <mips/frame.h> |