From owner-cvs-all Sun Dec 31 12:35: 4 2000 From owner-cvs-all@FreeBSD.ORG Sun Dec 31 12:34:58 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id 0DA9437B400; Sun, 31 Dec 2000 12:34:58 -0800 (PST) Received: from beppo (beppo [192.67.166.79]) by feral.com (8.9.3/8.9.3) with ESMTP id MAA16405; Sun, 31 Dec 2000 12:34:55 -0800 Date: Sun, 31 Dec 2000 12:34:54 -0800 (PST) From: Matthew Jacob Reply-To: mjacob@feral.com To: Chris Faulhaber Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys mtio.h In-Reply-To: <20001231152321.A54616@peitho.fxp.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Well, that was an oops on my part. Yes, I was reverting it. But I wuz wrong. It all came out of what I thought was a typo in mt.1. Sigh. Put in my tab, willya? On Sun, 31 Dec 2000, Chris Faulhaber wrote: > On Sun, Dec 31, 2000 at 12:19:17PM -0800, Matthew Jacob wrote: > > > > Uh, no... why do you ask? > > > > My bad, rev. 1.21: > > =================================================================== > RCS file: /home/ncvs/src/sys/sys/mtio.h,v > retrieving revision 1.20 > retrieving revision 1.21 > diff -u -p -r1.20 -r1.21 > --- src/sys/sys/mtio.h 1999/12/29 04:24:45 1.20 > +++ src/sys/sys/mtio.h 2000/04/26 11:34:51 1.21 > @@ -31,7 +31,7 @@ > * SUCH DAMAGE. > * > * @(#)mtio.h 8.1 (Berkeley) 6/2/93 > - * $FreeBSD: src/sys/sys/mtio.h,v 1.20 1999/12/29 04:24:45 peter Exp $ > + * $FreeBSD: src/sys/sys/mtio.h,v 1.21 2000/04/26 11:34:51 obrien Exp $ > */ > > #ifndef _SYS_MTIO_H_ > @@ -225,7 +225,7 @@ union mterrstat { > #define MTIOCGETEOTMODEL _IOR('m', 8, u_int32_t) > > #ifndef _KERNEL > -#define DEFTAPE "/dev/nrsa0" > +#define DEFTAPE "/dev/nsa0" > #endif > > #ifdef _KERNEL > -- > Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org > -------------------------------------------------------- > FreeBSD: The Power To Serve - http://www.FreeBSD.org > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message