Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Mar 2002 00:46:52 -0800 (PST)
From:      Bruce Evans <bde@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sys bio.h conf.h disklabel.h diskslice.h event.h file.h filedesc.h libkern.h malloc.h mount.h msgbuf.h protosw.h socketvar.h sysent.h systm.h
Message-ID:  <200203230846.g2N8kqk91906@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         2002/03/23 00:46:52 PST

  Modified files:
    sys/sys              bio.h conf.h disklabel.h diskslice.h 
                         event.h file.h filedesc.h libkern.h 
                         malloc.h mount.h msgbuf.h protosw.h 
                         socketvar.h sysent.h systm.h 
  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.112     +2 -2      src/sys/sys/bio.h
  1.143     +2 -2      src/sys/sys/conf.h
  1.70      +3 -4      src/sys/sys/disklabel.h
  1.43      +6 -8      src/sys/sys/diskslice.h
  1.19      +5 -5      src/sys/sys/event.h
  1.43      +12 -15    src/sys/sys/file.h
  1.39      +2 -2      src/sys/sys/filedesc.h
  1.30      +1 -1      src/sys/sys/libkern.h
  1.58      +8 -9      src/sys/sys/malloc.h
  1.121     +26 -28    src/sys/sys/mount.h
  1.18      +1 -1      src/sys/sys/msgbuf.h
  1.38      +13 -15    src/sys/sys/protosw.h
  1.73      +7 -9      src/sys/sys/socketvar.h
  1.37      +6 -8      src/sys/sys/sysent.h
  1.166     +5 -6      src/sys/sys/systm.h

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?200203230846.g2N8kqk91906>