From owner-cvs-sys Sun Mar 10 05:52:23 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA28350 for cvs-sys-outgoing; Sun, 10 Mar 1996 05:52:23 -0800 (PST) Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id FAA28293 Sun, 10 Mar 1996 05:52:03 -0800 (PST) Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id OAA20061; Sun, 10 Mar 1996 14:51:59 +0100 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id OAA10118; Sun, 10 Mar 1996 14:51:58 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.7.4/8.6.9) id OAA01854; Sun, 10 Mar 1996 14:46:49 +0100 (MET) From: J Wunsch Message-Id: <199603101346.OAA01854@uriah.heep.sax.de> Subject: Re: cvs commit: src/sys/scsi worm.c To: jkh@freefall.freebsd.org (Jordan K. Hubbard) Date: Sun, 10 Mar 1996 14:46:48 +0100 (MET) Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <199603101252.EAA24331@freefall.freebsd.org> from "Jordan K. Hubbard" at Mar 10, 96 04:52:49 am X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL24 ME8a] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk As Jordan K. Hubbard wrote: > > jkh 96/03/10 04:52:48 > > Modified: sys/scsi worm.c > Log: > u_int8 -> u_int8_t Why's that? The entire SCSI subsystem seems to agree on u_int8: j@uriah 75% fgrep -l u_int8 /sys/scsi/*.[ch] /sys/scsi/cd.c /sys/scsi/scsi_base.c /sys/scsi/scsiconf.c /sys/scsi/scsiconf.h /sys/scsi/st.c /sys/scsi/worm.c j@uriah 76% fgrep -l u_int8_t /sys/scsi/*.[ch] j@uriah 77% -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)