From owner-cvs-sys Sun Mar 10 12:21:45 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA17246 for cvs-sys-outgoing; Sun, 10 Mar 1996 12:21:45 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id MAA17236 Sun, 10 Mar 1996 12:21:40 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id HAA13092; Mon, 11 Mar 1996 07:19:00 +1100 Date: Mon, 11 Mar 1996 07:19:00 +1100 From: Bruce Evans Message-Id: <199603102019.HAA13092@godzilla.zeta.org.au> To: j@uriah.heep.sax.de, jkh@freefall.freebsd.org Subject: Re: cvs commit: src/sys/scsi worm.c Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >> Log: >> u_int8 -> u_int8_t >Why's that? The entire SCSI subsystem seems to agree on u_int8: You have an old SCSI subsystem :-). u_int8 was supposed to have gone away yesterday. Bruce