From owner-cvs-sys Tue Nov 18 08:18:11 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA02209 for cvs-sys-outgoing; Tue, 18 Nov 1997 08:18:11 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA02102; Tue, 18 Nov 1997 08:16:12 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id IAA18517; Tue, 18 Nov 1997 08:13:08 -0800 (PST) Date: Tue, 18 Nov 1997 08:13:08 -0800 (PST) Message-Id: <199711181613.IAA18517@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern tty_snoop.c src/sys/sys snoop.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1997/11/18 08:13:08 PST Modified files: sys/kern tty_snoop.c Log: Removed unused #includes. Ifdefed a conditionally used #include. Fixed nonblocking mode. It was per-device instead of per-file. Don't depend on gcc's misfeature of rewriting char args in old-style function definitions to match wrong prototypes. Break K&R1 support to fix this quickly. Revision Changes Path 1.23 +7 -14 src/sys/kern/tty_snoop.c Modified files: sys/sys snoop.h Log: Fixed nonblocking mode. It was per-device instead of per-file. Revision Changes Path 1.12 +0 -1 src/sys/sys/snoop.h