From owner-cvs-sys Tue Sep 2 20:18:51 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA12823 for cvs-sys-outgoing; Tue, 2 Sep 1997 20:18:51 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA12814; Tue, 2 Sep 1997 20:18:36 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.5/8.6.9) id NAA26424; Wed, 3 Sep 1997 13:16:21 +1000 Date: Wed, 3 Sep 1997 13:16:21 +1000 From: Bruce Evans Message-Id: <199709030316.NAA26424@godzilla.zeta.org.au> To: bde@FreeBSD.ORG, dg@root.com Subject: Re: cvs commit: src/sys/i386/isa cy.c Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Modified files: > sys/i386/isa cy.c > Log: > Cleaned up revs 1.36-1.40 (mainly disordered declarations, non-bogus > indentation (it is supposed to be bogus to match sio.c), and long lines). Yuck. Why don't you fix the indentation and learn how to use "diff -b"? I know a little about whitespace options. "diff -b" would hide differences that I want to see and is unsuitable for creating patches. Bruce