From 36d8f389dad57e69178b782ef1494506b0a9a296 Mon Sep 17 00:00:00 2001 From: obrien Date: Sat, 13 Apr 2002 21:54:09 +0000 Subject: Style nit and modernize SCM ID. --- lib/csu/alpha/crt1.c | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'lib/csu/alpha/crt1.c') diff --git a/lib/csu/alpha/crt1.c b/lib/csu/alpha/crt1.c index 9a76159..c17f58d 100644 --- a/lib/csu/alpha/crt1.c +++ b/lib/csu/alpha/crt1.c @@ -79,7 +79,7 @@ _start(char **ap, argv = ap + 1; env = ap + 2 + argc; environ = env; - if(argc > 0 && argv[0] != NULL) { + if (argc > 0 && argv[0] != NULL) { __progname = argv[0]; for (s = __progname; *s != '\0'; s++) if (*s == '/') @@ -106,10 +106,4 @@ __asm__("eprol:"); __asm__(".previous"); #endif -/* - * NOTE: Leave the RCS ID _after_ __start(), in case it gets placed in .text. - */ -#ifndef lint -static const char rcsid[] = - "$FreeBSD$"; -#endif +__asm__(".ident\t\"$FreeBSD$\""); -- cgit v1.1