Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Mar 2002 08:01:49 -0800 (PST)
From:      Bruce Evans <bde@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/i386/isa cy.c icu.h if_rdp.c mse.c npx.c rc.c
Message-ID:  <200203231601.g2NG1oL72568@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         2002/03/23 08:01:49 PST

  Modified files:
    sys/i386/isa         cy.c icu.h if_rdp.c mse.c npx.c rc.c 
  Log:
  Fixed some style bugs in the removal of __P(()).  The main ones were
  not removing tabs before "__P((", and not outdenting continuation lines
  to preserve non-KNF lining up of code with parentheses.  Switch to KNF
  formatting and/or rewrap the whole prototype in some cases.
  
  Revision  Changes    Path
  1.127     +21 -22    src/sys/i386/isa/cy.c
  1.26      +2 -2      src/sys/i386/isa/icu.h
  1.13      +2 -2      src/sys/i386/isa/if_rdp.c
  1.58      +14 -19    src/sys/i386/isa/mse.c
  1.128     +20 -20    src/sys/i386/isa/npx.c
  1.67      +2 -2      src/sys/i386/isa/rc.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203231601.g2NG1oL72568>