From owner-cvs-all@FreeBSD.ORG Sun Feb 3 17:23:58 2008 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 D0AB416A421; Sun, 3 Feb 2008 17:23:58 +0000 (UTC) (envelope-from matteo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B0D0E13C448; Sun, 3 Feb 2008 17:23:58 +0000 (UTC) (envelope-from matteo@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 m13HNwIK021646; Sun, 3 Feb 2008 17:23:58 GMT (envelope-from matteo@repoman.freebsd.org) Received: (from matteo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m13HNwXv021645; Sun, 3 Feb 2008 17:23:58 GMT (envelope-from matteo) Message-Id: <200802031723.m13HNwXv021645@repoman.freebsd.org> From: Matteo Riondato Date: Sun, 3 Feb 2008 17:23:58 +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 mount.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: Sun, 03 Feb 2008 17:23:58 -0000 matteo 2008-02-03 17:23:58 UTC FreeBSD src repository Modified files: sbin/mount mount.c Log: Fix printing of unionfs mounts when using the -p option PR: bin/75585 MFC after: 1 week Revision Changes Path 1.97 +8 -2 src/sbin/mount/mount.c