Style nit and modernize SCM ID.
This commit is contained in:
parent
f8dd9c1116
commit
36d8f389da
@ -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$\"");
|
||||
|
Loading…
Reference in New Issue
Block a user