Deleted Added
full compact
89c89
< if(argc > 0 && argv[0] != NULL) {
---
> if (argc > 0 && argv[0] != NULL) {
120,126c120
< /*
< * NOTE: Leave the RCS ID _after_ __start(), in case it gets placed in .text.
< */
< #ifndef lint
< static const char rcsid[] =
< "$FreeBSD: head/lib/csu/powerpc/crt1.c 81586 2001-08-13 14:06:34Z ru $";
< #endif
---
> __asm__(".ident\t\"$FreeBSD: head/lib/csu/powerpc/crt1.c 91430 2002-02-27 22:13:02Z obrien $\"");