From owner-p4-projects Sat Apr 6 3: 4:24 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 4299237B41A; Sat, 6 Apr 2002 03:04:18 -0800 (PST) Delivered-To: perforce@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BFDD937B400 for ; Sat, 6 Apr 2002 03:04:16 -0800 (PST) Received: (from perforce@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g36B4Gd36698 for perforce@freebsd.org; Sat, 6 Apr 2002 03:04:16 -0800 (PST) (envelope-from peter@freebsd.org) Date: Sat, 6 Apr 2002 03:04:16 -0800 (PST) Message-Id: <200204061104.g36B4Gd36698@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to peter@freebsd.org using -f From: Peter Wemm Subject: PERFORCE change 9193 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://people.freebsd.org/~peter/p4db/chv.cgi?CH=9193 Change 9193 by peter@peter_thunder on 2002/04/06 03:04:12 Apparently fix tar(1). It seems that 'warning: cast to pointer from integer of different size' is very fatal on ia64. :-/ Affected files ... ... //depot/projects/ia64/gnu/usr.bin/tar/port.h#2 edit Differences ... ==== //depot/projects/ia64/gnu/usr.bin/tar/port.h#2 (text+ko) ==== @@ -119,6 +119,9 @@ char *malloc (), *realloc (); char *getenv (); #endif +PTR ck_malloc(); +PTR ck_realloc(); +char *xmalloc(); #ifndef _POSIX_VERSION #ifdef __MSDOS__ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message