Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Apr 2002 03:04:16 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 9193 for review
Message-ID:  <200204061104.g36B4Gd36698@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204061104.g36B4Gd36698>