Date: Thu, 24 Dec 1998 10:19:48 -0800 (PST) From: Steve Price <steve@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/csu/i386-elf crt1.c Message-ID: <199812241819.KAA03803@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
steve 1998/12/24 10:19:47 PST Modified files: lib/csu/i386-elf crt1.c Log: Strip the leading path from __progname as is done in the a.out case. Also bring in stddef.h so we can use NULL instead of 0 for pointer comparisons. Hinted at by: Bruce Evans Reviewed by: John Polstra Revision Changes Path 1.3 +9 -3 src/lib/csu/i386-elf/crt1.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199812241819.KAA03803>