1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00

Fix misleading comment about major #

This commit is contained in:
Paul Traina 1998-01-16 22:43:33 +00:00
parent aaf862068b
commit 61584b4680
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=32582
2 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* $Id: wfd.c,v 1.6 1998/01/06 15:54:53 junichi Exp junichi $
* $Id: wfd.c,v 1.1 1998/01/16 22:13:07 pst Exp $
*/
/*
@ -65,7 +65,7 @@ static d_strategy_t wfdstrategy;
#define BDEV_MAJOR 24
static struct cdevsw wfd_cdevsw;
static struct bdevsw wfd_bdevsw =
{ wfdbopen, wfdbclose, wfdstrategy, wfdioctl, /*22*/
{ wfdbopen, wfdbclose, wfdstrategy, wfdioctl,
nodump, nopsize, 0, "wfd", &wfd_cdevsw, -1 };
#ifndef ATAPI_STATIC

View File

@ -23,7 +23,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* $Id: wfd.c,v 1.6 1998/01/06 15:54:53 junichi Exp junichi $
* $Id: wfd.c,v 1.1 1998/01/16 22:13:07 pst Exp $
*/
/*
@ -65,7 +65,7 @@ static d_strategy_t wfdstrategy;
#define BDEV_MAJOR 24
static struct cdevsw wfd_cdevsw;
static struct bdevsw wfd_bdevsw =
{ wfdbopen, wfdbclose, wfdstrategy, wfdioctl, /*22*/
{ wfdbopen, wfdbclose, wfdstrategy, wfdioctl,
nodump, nopsize, 0, "wfd", &wfd_cdevsw, -1 };
#ifndef ATAPI_STATIC