cvs commit: src/sbin/sunlabel sunlabel.c

Hartmut Brandt harti at FreeBSD.org
Thu Oct 30 07:04:39 PST 2003


harti       2003/10/30 07:04:37 PST

  FreeBSD src repository

  Modified files:
    sbin/sunlabel        sunlabel.c 
  Log:
  Use (char *)NULL to terminate the argument list for execlp().
  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.7       +1 -1      src/sbin/sunlabel/sunlabel.c


More information about the cvs-src mailing list