cvs commit: src/usr.bin/newgrp newgrp.c

Hartmut Brandt harti at FreeBSD.org
Thu Oct 30 07:14:36 PST 2003


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


More information about the cvs-all mailing list