Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Dec 2001 16:51:37 -0800 (PST)
From:      "Chris D. Faulhaber" <jedgar@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/bin/setfacl file.c mask.c merge.c remove.c setfacl.c util.c
Message-ID:  <200112030051.fB30pbE75962@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jedgar      2001/12/02 16:51:37 PST

  Modified files:
    bin/setfacl          file.c mask.c merge.c remove.c setfacl.c 
                         util.c 
  Log:
  style(9) cleanups mostly consisting of:
  o explicitly check return values and variables against a value
  o return x; -> return (x);
  o fix inconsistent sysexits usage by nuking it (partially
    suggested by bde)
  
  Obtained from:  TrustedBSD Project
  
  Revision  Changes    Path
  1.3       +16 -15    src/bin/setfacl/file.c
  1.4       +9 -10     src/bin/setfacl/mask.c
  1.3       +22 -26    src/bin/setfacl/merge.c
  1.3       +22 -17    src/bin/setfacl/remove.c
  1.4       +19 -21    src/bin/setfacl/setfacl.c
  1.4       +2 -3      src/bin/setfacl/util.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?200112030051.fB30pbE75962>