From owner-cvs-all Mon Jun 4 22: 0:21 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 235EF37B40B; Mon, 4 Jun 2001 22:00:18 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5550IM88505; Mon, 4 Jun 2001 22:00:18 -0700 (PDT) (envelope-from dd) Message-Id: <200106050500.f5550IM88505@freefall.freebsd.org> From: Dima Dorfman Date: Mon, 4 Jun 2001 22:00:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern tty_snoop.c src/sys/sys snoop.h 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/04 22:00:18 PDT Modified files: sys/kern tty_snoop.c sys/sys snoop.h Log: Style and cosmetic cleanups. This driver is now reasonably stlye(9) compliant. All the variable definitions and function names are reasonably consistent, and the functions which should be static (i.e., all of them) are. Other assorted fixes were made. The majority of the delta is indentation fixes. Partially reviewed by: bde Revision Changes Path 1.57 +132 -116 src/sys/kern/tty_snoop.c 1.17 +1 -5 src/sys/sys/snoop.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message