Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Apr 2002 17:44:24 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/gnu/usr.bin/tar port.h prepend_args.c
Message-ID:  <200204070144.g371iO043358@freefall.freebsd.org>

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




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