From owner-cvs-all Sat Jun 2 22:17:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0344537B423; Sat, 2 Jun 2001 22:17:41 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f535HeM11954; Sat, 2 Jun 2001 22:17:40 -0700 (PDT) (envelope-from dd) Message-Id: <200106030517.f535HeM11954@freefall.freebsd.org> From: Dima Dorfman Date: Sat, 2 Jun 2001 22:17:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys snoop.h src/sys/kern tty_snoop.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dd 2001/06/02 22:17:40 PDT Modified files: sys/sys snoop.h sys/kern tty_snoop.c Log: Remove unused includes, use *min() inline functions rather than a home-grown macro, rewrite a confusing conditional in snpdevtotty(), and change ibuf to 512 bytes instead of 1024 bytes in dsnwrite(). Reviewed by: bde Revision Changes Path 1.16 +1 -2 src/sys/sys/snoop.h 1.55 +9 -27 src/sys/kern/tty_snoop.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message