Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Oct 2003 07:14:35 -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/usr.bin/newgrp newgrp.c
Message-ID:  <200310301514.h9UFEZAc039714@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
harti       2003/10/30 07:14:35 PST

  FreeBSD src repository

  Modified files:
    usr.bin/newgrp       newgrp.c 
  Log:
  Use (char *)NULL to terminated to argument list for execl().
  Without this cast the compiler cannot know that it has to convert
  the null pointer constant NULL to a null pointer.
  
  Revision  Changes    Path
  1.2       +1 -1      src/usr.bin/newgrp/newgrp.c



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