]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Bandaid for LP64 machines where 'warning: cast to pointer from different
authorPeter Wemm <peter@FreeBSD.org>
Sun, 7 Apr 2002 01:44:24 +0000 (01:44 +0000)
committerPeter Wemm <peter@FreeBSD.org>
Sun, 7 Apr 2002 01:44:24 +0000 (01:44 +0000)
commit856bef3c1713667a5ac7ba1dfc5452a516820080
treed286f879dab9e0ae07559143d8c528728e2213af
parent63a4964eecc6694b422f563ad206334d368d860b
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.
gnu/usr.bin/tar/port.h
gnu/usr.bin/tar/prepend_args.c