cvs commit: src/usr.bin/touch Makefile touch.c

Joerg Sonnenberger joerg at crater.dragonflybsd.org
Sun Aug 15 08:07:14 PDT 2004


joerg       2004/08/15 08:06:58 PDT

DragonFly src repository

  Modified files:
    usr.bin/touch        Makefile touch.c 
  Log:
  - WARNS ?= 6 clean
  - make helper functions static and the arguments const if possible
  - remove '?' case from getopt switch
  - remove useless casts to void of function return values
  - move the error handling label to the end of the function, we don't want
    Italian code here
  
  Revision  Changes    Path
  1.2       +2 -0      src/usr.bin/touch/Makefile
  1.4       +47 -45    src/usr.bin/touch/touch.c


http://www.dragonflybsd.org/cvsweb/src/usr.bin/touch/Makefile.diff?r1=1.1&r2=1.2&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/touch/touch.c.diff?r1=1.3&r2=1.4&f=u





More information about the Commits mailing list