Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Mar 2002 21:09:11 -0800 (PST)
From:      Bruce Evans <bde@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_proc.c kern_sig.c tty_compat.c uipc_syscalls.c uipc_usrreq.c vfs_export.c
Message-ID:  <200203240509.g2O59BF22299@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         2002/03/23 21:09:11 PST

  Modified files:
    sys/kern             kern_proc.c kern_sig.c tty_compat.c 
                         uipc_syscalls.c uipc_usrreq.c 
                         vfs_export.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.118     +4 -4      src/sys/kern/kern_proc.c
  1.152     +7 -7      src/sys/kern/kern_sig.c
  1.31      +4 -4      src/sys/kern/tty_compat.c
  1.107     +3 -3      src/sys/kern/uipc_syscalls.c
  1.89      +1 -2      src/sys/kern/uipc_usrreq.c
  1.315     +1 -1      src/sys/kern/vfs_export.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?200203240509.g2O59BF22299>