Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Mar 1996 14:46:48 +0100 (MET)
From:      J Wunsch <j@uriah.heep.sax.de>
To:        jkh@freefall.freebsd.org (Jordan K. Hubbard)
Cc:        CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org
Subject:   Re: cvs commit:  src/sys/scsi worm.c
Message-ID:  <199603101346.OAA01854@uriah.heep.sax.de>
In-Reply-To: <199603101252.EAA24331@freefall.freebsd.org> from "Jordan K. Hubbard" at Mar 10, 96 04:52:49 am

next in thread | previous in thread | raw e-mail | index | archive | help
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. ;-)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199603101346.OAA01854>