From owner-cvs-all Sat Apr 6 17:44:31 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E7ADC37B417; Sat, 6 Apr 2002 17:44:24 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g371iO043358; Sat, 6 Apr 2002 17:44:24 -0800 (PST) (envelope-from peter) Message-Id: <200204070144.g371iO043358@freefall.freebsd.org> From: Peter Wemm Date: Sat, 6 Apr 2002 17:44:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/tar port.h prepend_args.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/04/06 17:44:24 PST Modified files: gnu/usr.bin/tar port.h prepend_args.c Log: Bandaid for LP64 machines where 'warning: cast to pointer from different sized integer' bites. The various malloc functions return pointers, but without any prototype/declarations visible to callers, the compiler expects them to return int. Revision Changes Path 1.2 +5 -0 src/gnu/usr.bin/tar/port.h 1.2 +1 -0 src/gnu/usr.bin/tar/prepend_args.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message