From owner-cvs-all Thu Jan 28 17:16:20 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA23054 for cvs-all-outgoing; Thu, 28 Jan 1999 17:16:20 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA23048; Thu, 28 Jan 1999 17:16:19 -0800 (PST) (envelope-from grog@FreeBSD.org) From: Greg Lehey Received: (from grog@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA10155; Thu, 28 Jan 1999 17:16:18 -0800 (PST) (envelope-from grog@FreeBSD.org) Date: Thu, 28 Jan 1999 17:16:18 -0800 (PST) Message-Id: <199901290116.RAA10155@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/dev/vinum vinum.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk grog 1999/01/28 17:16:18 PST Modified files: sys/dev/vinum vinum.c Log: Change multiline comments to start with a lone /* and end with a */, apparently in accordance with style(9). Complained-about-by: bde vinumopen: Change check for root user to a call to suser(9) vinumclose: Remove check for root user. Nitpicked-by: phk Revision Changes Path 1.8 +26 -17 src/sys/dev/vinum/vinum.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message