From owner-cvs-all@FreeBSD.ORG Tue Feb 13 05:39:39 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3153116A409; Tue, 13 Feb 2007 05:39:39 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 0326213C442; Tue, 13 Feb 2007 05:39:39 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l1D5dcOO029664; Tue, 13 Feb 2007 05:39:38 GMT (envelope-from rodrigc@repoman.freebsd.org) Received: (from rodrigc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l1D5dcqt029663; Tue, 13 Feb 2007 05:39:38 GMT (envelope-from rodrigc) Message-Id: <200702130539.l1D5dcqt029663@repoman.freebsd.org> From: Craig Rodrigues Date: Tue, 13 Feb 2007 05:39:38 +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/mount_unionfs Makefile mount_unionfs.c 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: Tue, 13 Feb 2007 05:39:39 -0000 rodrigc 2007-02-13 05:39:38 UTC FreeBSD src repository Modified files: sbin/mount_unionfs Makefile mount_unionfs.c Log: Raise WARNS level to 6. Revision Changes Path 1.14 +1 -1 src/sbin/mount_unionfs/Makefile 1.28 +2 -1 src/sbin/mount_unionfs/mount_unionfs.c