From owner-cvs-all Thu Dec 24 10:20:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA01430 for cvs-all-outgoing; Thu, 24 Dec 1998 10:20:01 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA01384; Thu, 24 Dec 1998 10:19:57 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA03803; Thu, 24 Dec 1998 10:19:48 -0800 (PST) Date: Thu, 24 Dec 1998 10:19:48 -0800 (PST) Message-Id: <199812241819.KAA03803@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/csu/i386-elf crt1.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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