diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-04-28 10:57:28 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-04-28 10:57:28 +0000 |
commit | aefd519b5c0cc06f08153f482884354ddae742e0 (patch) | |
tree | 410095ae1d124d490f0092a8d5b4ea8e7de6002b /sys/arch | |
parent | acde1fe83b73b07a04503112a6cccf0a3d246c41 (diff) |
change to assym.h
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/mvme68k/mvme68k/locore.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme68k/mvme68k/locore.s b/sys/arch/mvme68k/mvme68k/locore.s index 44cd591ea91..9dc6fc1008e 100644 --- a/sys/arch/mvme68k/mvme68k/locore.s +++ b/sys/arch/mvme68k/mvme68k/locore.s @@ -1,4 +1,4 @@ -/* $Id: locore.s,v 1.5 1995/12/15 02:24:11 deraadt Exp $ */ +/* $OpenBSD: locore.s,v 1.6 1996/04/28 10:57:27 deraadt Exp $ */ /* * Copyright (c) 1995 Theo de Raadt @@ -71,7 +71,7 @@ * @(#)locore.s 8.6 (Berkeley) 5/27/94 */ -#include "assym.s" +#include "assym.h" #include <machine/prom.h> /* |