From owner-cvs-all@FreeBSD.ORG Thu Oct 30 07:04:38 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E80C416A4CE; Thu, 30 Oct 2003 07:04:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B19B43FD7; Thu, 30 Oct 2003 07:04:38 -0800 (PST) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9UF4cXJ039276; Thu, 30 Oct 2003 07:04:38 -0800 (PST) (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9UF4boO039275; Thu, 30 Oct 2003 07:04:37 -0800 (PST) (envelope-from harti) Message-Id: <200310301504.h9UF4boO039275@repoman.freebsd.org> From: Hartmut Brandt Date: Thu, 30 Oct 2003 07:04:37 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/sunlabel sunlabel.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Oct 2003 15:04:39 -0000 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