diff options
Diffstat (limited to 'sys/arch/mvme88k/include/profile.h')
-rw-r--r-- | sys/arch/mvme88k/include/profile.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/mvme88k/include/profile.h b/sys/arch/mvme88k/include/profile.h index 6e366a01a96..646f49dda03 100644 --- a/sys/arch/mvme88k/include/profile.h +++ b/sys/arch/mvme88k/include/profile.h @@ -1,3 +1,4 @@ +/* $OpenBSD: profile.h,v 1.7 1999/02/09 06:36:27 smurph Exp $ */ /* * Copyright (c) 1996 Nivas Madhur * Copyright (c) 1992, 1993 @@ -32,7 +33,7 @@ * SUCH DAMAGE. * * from: @(#)profile.h 8.1 (Berkeley) 6/11/93 - * $Id: profile.h,v 1.6 1997/03/25 17:07:37 rahnds Exp $ + * $Id: profile.h,v 1.7 1999/02/09 06:36:27 smurph Exp $ */ #define _MCOUNT_DECL static inline void _mcount |