From owner-freebsd-current Mon Jul 31 17:08:41 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id RAA14923 for current-outgoing; Mon, 31 Jul 1995 17:08:41 -0700 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.cdrom.com (8.6.11/8.6.6) with ESMTP id RAA14906 for ; Mon, 31 Jul 1995 17:08:34 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id KAA32500 for current@freebsd.org; Tue, 1 Aug 1995 10:06:35 +1000 Date: Tue, 1 Aug 1995 10:06:35 +1000 From: Bruce Evans Message-Id: <199508010006.KAA32500@godzilla.zeta.org.au> To: current@freebsd.org Subject: Re: cvs commit: src/sys/sys tty.h Sender: current-owner@freebsd.org Precedence: bulk I forgot to redirect this. >>bde 95/07/31 15:50:09 >> Modified: sys/kern tty.c >> sys/sys tty.h >> Log: >> Obtained from: partly from ancient patches of mine via 1.1.5 >> >> Change all short variables in `struct tty' to int. Shorts were only >> right on ancient systems with ints optimized for vaxness over >> efficiency. >This completes my current batch of tty changes. >pstat needs to be recompiled for `pstat -t' to work. >Bruce