Converted rcsid to $Id$ again. There shouldn't be any rcsids in the kernel.

This commit is contained in:
Bruce Evans 1998-08-17 19:26:37 +00:00
parent 0492d857d1
commit 450e9e37dc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=38409

View File

@ -29,16 +29,10 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id$
*/
#if !defined(lint) && !defined(KERNEL) && defined(LIBC_SCCS)
#if 0
static char sccsid[] = "@(#)mcount.c 8.1 (Berkeley) 6/4/93";
#endif
static const char rcsid[] =
"$Id: mcount.c,v 1.12 1997/02/22 09:39:55 peter Exp $";
#endif
#include <sys/param.h>
#include <sys/gmon.h>
#ifdef KERNEL