From owner-cvs-src@FreeBSD.ORG Fri Mar 21 20:38:28 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B30781065674; Fri, 21 Mar 2008 20:38:28 +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 802608FC2C; Fri, 21 Mar 2008 20:38:28 +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 m2LKcS60060971; Fri, 21 Mar 2008 20:38:28 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2LKcS6e060970; Fri, 21 Mar 2008 20:38:28 GMT (envelope-from imp) Message-Id: <200803212038.m2LKcS6e060970@repoman.freebsd.org> From: Warner Losh Date: Fri, 21 Mar 2008 20:38:28 +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 token.l X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Mar 2008 20:38:28 -0000 imp 2008-03-21 20:38:28 UTC FreeBSD src repository Modified files: sbin/devd token.l Log: No need to be gratuitously style(9) non-compliant here, even though C++ lets me get away with it. Revision Changes Path 1.7 +1 -1 src/sbin/devd/token.l