cvs commit: src/usr.bin/netstat Makefile netstat.h

Bruce Evans bde at FreeBSD.org
Sun Dec 28 20:41:39 PST 2003


bde         2003/12/28 20:41:38 PST

  FreeBSD src repository

  Modified files:
    usr.bin/netstat      Makefile netstat.h 
  Log:
  Fixed missing declaration of pluralies().  This showed up as strange
  printf format warnings for inet6.c (pluralies() was implicit int, but
  the context requires a "char *").
  
  Added WARNS?=2 to the Makefile so that such errors don't come back.
  Added NO_WERROR?= to the Makefile because I haven't checked that setting
  WARNS doesn't uncover more bugs except on i386's.
  
  Revision  Changes    Path
  1.21      +2 -0      src/usr.bin/netstat/Makefile
  1.38      +1 -0      src/usr.bin/netstat/netstat.h


More information about the cvs-src mailing list