diff --git a/sys/arch/alpha/alpha/osf1_locore.s b/sys/arch/alpha/alpha/osf1_locore.s index 9a1b561d3ef6..e4c730295dfe 100644 --- a/sys/arch/alpha/alpha/osf1_locore.s +++ b/sys/arch/alpha/alpha/osf1_locore.s @@ -1,4 +1,4 @@ -/* $NetBSD: osf1_locore.s,v 1.1 1999/04/30 05:58:10 cgd Exp $ */ +/* $NetBSD: osf1_locore.s,v 1.2 2000/11/29 21:50:49 jdolecek Exp $ */ /* * Copyright (c) 1999 Christopher G. Demetriou. All rights reserved. @@ -57,15 +57,11 @@ * rights to redistribute these changes. */ -#include "opt_compat_osf1.h" - #include -#ifdef COMPAT_OSF1 #include -#endif -__KERNEL_RCSID(0, "$NetBSD: osf1_locore.s,v 1.1 1999/04/30 05:58:10 cgd Exp $"); +__KERNEL_RCSID(0, "$NetBSD: osf1_locore.s,v 1.2 2000/11/29 21:50:49 jdolecek Exp $"); /* * OSF/1 signal trampoline code.