DragonFly BSD
DragonFly commits List (threaded) for 2005-03
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/bin/ln ln.c


From: Chris Pressey <cpressey@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 15 Mar 2005 23:08:04 -0800 (PST)

cpressey    2005/03/15 23:08:04 PST

DragonFly src repository

  Modified files:
    bin/ln               ln.c 
  Log:
  Style(9):
  - Braces around multiline block.
  - Space after 'switch'.
  - stat(2), lstat(2), link(2), unlink(2) and symlink(2) don't return
    boolean values; use explicit checks against 0.
  
  Revision  Changes    Path
  1.9       +9 -8      src/bin/ln/ln.c


http://www.dragonflybsd.org/cvsweb/src/bin/ln/ln.c.diff?r1=1.8&r2=1.9&f=u



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]