cvs commit: src/bin/ln ln.c

Chris Pressey cpressey at crater.dragonflybsd.org
Tue Mar 15 23:08:30 PST 2005


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





More information about the Commits mailing list