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