From owner-freebsd-commit Tue Nov 21 01:16:06 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA28092 for freebsd-commit-outgoing; Tue, 21 Nov 1995 01:16:06 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA28069 for cvs-all-outgoing; Tue, 21 Nov 1995 01:15:54 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA28038 for cvs-sys-outgoing; Tue, 21 Nov 1995 01:15:43 -0800 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA27977 ; Tue, 21 Nov 1995 01:15:14 -0800 Date: Tue, 21 Nov 1995 01:15:14 -0800 From: Bruce Evans Message-Id: <199511210915.BAA27977@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/isa sio.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk bde 95/11/21 01:15:11 Modified: sys/i386/isa sio.c Log: Restored static variable `nsio_tty' which is used only by pstat(8). Made it `const' to inhibit compiler warnings. Added #include of to get prototypes. is still necessary for its side effect of exporting non-slot things.