Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Apr 2003 21:13:27 -0800 (PST)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/libexec/talkd announce.c extern.h print.c table.c talkd.c
Message-ID:  <200304030513.h335DR60079544@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jmallett    2003/04/02 21:13:27 PST

  FreeBSD src repository

  Modified files:
    libexec/talkd        announce.c extern.h print.c table.c 
                         talkd.c 
  Log:
  MFp4 @27667: WARNS=5 cleanup on i386.
      Remove the unused FILE\ *tf from print_mesg args, and the
      bogus passing in of an uninitialised FILE* for it.
  
      Call a timeval 'now' instead of 'clock' due to shadowing.
  
      Remove a nested localtime declaration.
  
      Make the delete invite argument match the ID type, u_int32_t.
  
      Use const for pointers to const items.
  
      Cast to long where printing as such.
  
      Include netinet/in.h for htonl/htons.
  
  Reviewed by:    imp
  
  Revision  Changes    Path
  1.16      +5 -7      src/libexec/talkd/announce.c
  1.3       +2 -2      src/libexec/talkd/extern.h
  1.12      +7 -5      src/libexec/talkd/print.c
  1.9       +2 -1      src/libexec/talkd/table.c
  1.14      +1 -0      src/libexec/talkd/talkd.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304030513.h335DR60079544>