From fd2bc3638458d156323cf296a67ada51e39554a2 Mon Sep 17 00:00:00 2001 From: christos Date: Mon, 20 Oct 1997 16:09:27 +0000 Subject: [PATCH] Move rcsid[] after the start symbol. --- lib/csu/vax/crt0.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/csu/vax/crt0.c b/lib/csu/vax/crt0.c index f0a912f05366..a9615b6f9c23 100644 --- a/lib/csu/vax/crt0.c +++ b/lib/csu/vax/crt0.c @@ -1,4 +1,4 @@ -/* $NetBSD: crt0.c,v 1.4 1997/10/09 12:29:39 lukem Exp $ */ +/* $NetBSD: crt0.c,v 1.5 1997/10/20 16:09:27 christos Exp $ */ /* * Copyright (c) 1993 Paul Kranenburg @@ -31,10 +31,6 @@ */ #include -#if defined(LIBC_SCCS) && !defined(lint) -__RCSID("$NetBSD: crt0.c,v 1.4 1997/10/09 12:29:39 lukem Exp $"); -#endif /* LIBC_SCCS and not lint */ - #include #include @@ -109,6 +105,10 @@ asm ("__callmain:"); /* Defined for the benefit of debuggers */ #include "common.c" +#if defined(LIBC_SCCS) && !defined(lint) +__RCSID("$NetBSD: crt0.c,v 1.5 1997/10/20 16:09:27 christos Exp $"); +#endif /* LIBC_SCCS and not lint */ + #ifdef MCRT0 asm (" .text"); asm ("_eprol:");