#include <machine/machAsmDefs.h> -> #include <mips/asm.h>

This commit is contained in:
jonathan 1997-06-17 16:35:26 +00:00
parent f9c1322ae2
commit 20a862c6ad
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: SYS.h,v 1.9 1997/05/02 18:15:23 kleink Exp $ */
/* $NetBSD: SYS.h,v 1.10 1997/06/17 16:35:26 jonathan Exp $ */
/*-
* Copyright (c) 1996 Jonathan STone
@ -70,7 +70,7 @@
*/
#include <sys/syscall.h>
#include <machine/machAsmDefs.h>
#include <mips/asm.h>
/*