- WARNS ?= 6 clean
authorJoerg Sonnenberger <joerg@dragonflybsd.org>
Sun, 15 Aug 2004 15:06:58 +0000 (15:06 +0000)
committerJoerg Sonnenberger <joerg@dragonflybsd.org>
Sun, 15 Aug 2004 15:06:58 +0000 (15:06 +0000)
commit1c418f3bec551c8e22a82862b96665a0c883c3a4
treeb07e26753b5c7e8d6004847b0f1245984bac7c0d
parent6cebf0fc8033cd3e329ce835573aa22927e399ae
- 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
usr.bin/touch/Makefile
usr.bin/touch/touch.c