cvs commit: projects/csup proto.c

Maxime Henrion <[email protected]> Tue, 14 Feb 2006 22:03:43 +0000 (UTC)
Newsgroups gmane.os.freebsd.devel.cvs.projects
Message-ID <[email protected]>
mux         2006-02-14 22:03:43 UTC

  FreeBSD projects repository

  Modified files:
    csup                 proto.c 
  Log:
  Be a bit pedantic and cast the value returned by getnameinfo() to void,
  to make it clear I'm not interested in it at all.  Since I am using
  this function with NI_NUMERICHOST, and that I pass it a buffer of the
  maximum size (NI_MAXHOST), there is no conceivable way for this API to
  fail, and I damn hope it's not going to!
  
  Revision  Changes    Path
  1.68      +2 -2      projects/csup/proto.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-projects
To unsubscribe, send any mail to "[email protected]"