Date: Tue, 18 Nov 1997 08:13:08 -0800 (PST) From: Bruce Evans <bde@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 Message-ID: <199711181613.IAA18517@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199711181613.IAA18517>