Date: Thu, 30 Oct 2003 07:04:37 -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/sbin/sunlabel sunlabel.c Message-ID: <200310301504.h9UF4boO039275@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310301504.h9UF4boO039275>