Move rcsid[] after start:, so that start starts at 0.

This commit is contained in:
christos 1997-10-20 16:08:28 +00:00
parent 1d0fce59db
commit aef9d1ed68

View File

@ -1,4 +1,4 @@
/* $NetBSD: crt0.c,v 1.22 1997/10/15 01:56:55 christos Exp $ */
/* $NetBSD: crt0.c,v 1.23 1997/10/20 16:08:28 christos Exp $ */
/*
* Copyright (c) 1993 Paul Kranenburg
@ -32,10 +32,6 @@
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
__RCSID("$NetBSD: crt0.c,v 1.22 1997/10/15 01:56:55 christos Exp $");
#endif /* LIBC_SCCS and not lint */
#include <sys/param.h>
#include <stdlib.h>
@ -225,6 +221,10 @@ __call()
#include "common.c"
#if defined(LIBC_SCCS) && !defined(lint)
__RCSID("$NetBSD: crt0.c,v 1.23 1997/10/20 16:08:28 christos Exp $");
#endif /* LIBC_SCCS and not lint */
#ifdef MCRT0
__asm__ ("
.text