From owner-cvs-all@FreeBSD.ORG Fri Dec 21 01:00:05 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 67B0416A417; Fri, 21 Dec 2007 01:00:05 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4386513C46A; Fri, 21 Dec 2007 01:00:05 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lBL105Kx024812; Fri, 21 Dec 2007 01:00:05 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBL105XH024811; Fri, 21 Dec 2007 01:00:05 GMT (envelope-from imp) Message-Id: <200712210100.lBL105XH024811@repoman.freebsd.org> From: Warner Losh Date: Fri, 21 Dec 2007 01:00:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/devd devd.hh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 21 Dec 2007 01:00:05 -0000 imp 2007-12-21 01:00:04 UTC FreeBSD src repository Modified files: sbin/devd devd.hh Log: Minor initialization change to not trigger bogus gcc warning about passing literal strings to the constructors of string. Revision Changes Path 1.5 +1 -1 src/sbin/devd/devd.hh