Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Nov 2003 04:41:27 -0800 (PST)
From:      Hartmut Brandt <harti@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/contrib/diff util.c
Message-ID:  <200311031241.hA3CfRkP028616@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
harti       2003/11/03 04:41:27 PST

  FreeBSD src repository

  Modified files:
    contrib/diff         util.c 
  Log:
  Terminate the execl() argument list with (char *)NULL instead of 0.
  The later is wrong and may fail on sizeof(char *) != sizeof(int)
  machines. The patch has already been sent to and accepted by the
  diffutils author, but the file is already off the vendor branch, so
  correct it here in the meanwhile too.
  
  Revision  Changes    Path
  1.6       +2 -2      src/contrib/diff/util.c



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