Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Jan 2010 14:47:23 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/bin/chmod chmod.c
Message-ID:  <201001301447.o0UEldw6064192@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
trasz       2010-01-30 14:47:23 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    bin/chmod            chmod.c 
  Log:
  SVN rev 203188 on 2010-01-30 14:47:23Z by trasz
  
  MFC r196753:
  
  - Don't include both <sys/types.h> and <sys/param.h>
  
  - Keep variables sorted
  
  - Fix logic error with -f and -v options - don't print
    the usual -v output if there was an error, whether or not
    we were passed -f
  
  - Don't call free(3) just before exit(2)
  
  - Whitespace fixes
  
  Submitted by:   bde
  
  Revision  Changes    Path
  1.35.2.3  +6 -9      src/bin/chmod/chmod.c



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