From owner-cvs-all@FreeBSD.ORG Sun Mar 14 04:05:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A6CD16A4D0; Sun, 14 Mar 2004 04:05:02 -0800 (PST) Received: from transport.cksoft.de (transport.cksoft.de [62.111.66.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF7AA43D31; Sun, 14 Mar 2004 04:05:01 -0800 (PST) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from transport.cksoft.de (localhost [127.0.0.1]) by transport.cksoft.de (Postfix) with ESMTP id D46B31FFDD4; Sun, 14 Mar 2004 13:04:55 +0100 (CET) Received: by transport.cksoft.de (Postfix, from userid 66) id D3EBA1FFDBC; Sun, 14 Mar 2004 13:04:53 +0100 (CET) Received: by mail.int.zabbadoz.net (Postfix, from userid 1060) id 28E69154F5; Sun, 14 Mar 2004 12:04:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.int.zabbadoz.net (Postfix) with ESMTP id 1E06615380; Sun, 14 Mar 2004 12:04:41 +0000 (UTC) Date: Sun, 14 Mar 2004 12:04:41 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@e0-0.zab2.int.zabbadoz.net To: Warner Losh In-Reply-To: <200403140540.i2E5eock075931@repoman.freebsd.org> Message-ID: References: <200403140540.i2E5eock075931@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS cksoft-s20020300-20031204bz on transport.cksoft.de cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/include asc_ioctl.h ioctl_ctx.h wtio.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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, 14 Mar 2004 12:05:03 -0000 On Sat, 13 Mar 2004, Warner Losh wrote: > imp 2004/03/13 21:40:50 PST > > FreeBSD src repository > > Removed files: > sys/i386/include asc_ioctl.h ioctl_ctx.h wtio.h > Log: > remove the ioctl files from the asc, ctx and wt drivers just removed > > Revision Changes Path > 0.4 +0 -53 src/sys/i386/include/asc_ioctl.h (dead) > 1.7 +0 -31 src/sys/i386/include/ioctl_ctx.h (dead) > 1.5 +0 -30 src/sys/i386/include/wtio.h (dead) usr.bin/mt/mt.c: #if defined(__i386__) #include #endif s.th. like this should do the trick: --- usr.bin/mt/mt.c.orig Sun Mar 14 12:01:14 2004 +++ usr.bin/mt/mt.c Sun Mar 14 12:01:25 2004 @@ -306,10 +306,6 @@ main(argc, argv) /* NOTREACHED */ } -#if defined(__i386__) -#include -#endif - struct tape_desc { short t_type; /* type of magtape device */ char *t_name; /* printing name */ @@ -325,10 +321,6 @@ struct tape_desc { * magtape driver. */ { MT_ISAR, "SCSI tape drive", 0, 0 }, -#if defined (__i386__) - { MT_ISVIPER1, "Archive Viper", WTDS_BITS, WTER_BITS }, - { MT_ISMFOUR, "Wangtek", WTDS_BITS, WTER_BITS }, -#endif { 0, NULL, 0, 0 } }; -- Bjoern A. Zeeb bzeeb at Zabbadoz dot NeT 56 69 73 69 74 http://www.zabbadoz.net/