Yow, "what happened"? Anyhow, correct apparerent CVS botch, and fix

RCS ID.
This commit is contained in:
thorpej 1997-04-16 23:00:53 +00:00
parent 974b5a78b0
commit afd0c2db7e

View File

@ -1,7 +1,12 @@
#define MCOUNT
/* $OG: profile.h,v 1.2 1997/02/08 03:55:10 thorpej Exp $ */
/* $NetBSD: profile.h,v 1.3 1997/04/16 23:00:53 thorpej Exp $ */
#define _MCOUNT_DECL void mcount
/* XXX implement XXX */
#define MCOUNT
#ifdef _KERNEL
#define MCOUNT_ENTER
#define MCONT_EXIT
#endif