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

Chris Pressey cpressey at crater.dragonflybsd.org
Mon Dec 20 12:10:09 PST 2004


cpressey    2004/12/20 12:09:23 PST

DragonFly src repository

  Modified files:
    usr.bin/pkill        Makefile pkill.c 
  Log:
  Bump WARNS to 6:
  - Remove redundant nested extern declarations;
  - Constify some char *'s, introducing new variables where existing
    variables were being used more than once for different purposes;
  - Adjust the signedness of some integer variables to reflect their
    usage in comparisons;
  - Use a struct timeval instead of a pair of integer variables to
    record the 'best' time.
  
  Revision  Changes    Path
  1.2       +2 -0      src/usr.bin/pkill/Makefile
  1.4       +21 -21    src/usr.bin/pkill/pkill.c


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





More information about the Commits mailing list