Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 May 2002 22:07:13 -0700 (PDT)
From:      "J. Mallett" <jmallett@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/xargs xargs.c
Message-ID:  <200205020507.g4257D985158@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jmallett    2002/05/01 22:07:13 PDT

  Modified files:
    usr.bin/xargs        xargs.c 
  Log:
  An explicit cast to size_t for an inline integer, since the two are not the
  same on Alpha and lint(1) pointed that out.
  
  lint(1) on the same architecture pointed out how silly a cast to (u_int) to
  malloc(3)'s argument was.  Change that to size_t.
  
  Revision  Changes    Path
  1.21      +2 -2      src/usr.bin/xargs/xargs.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?200205020507.g4257D985158>