Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Jul 2002 08:30:53 -0700 (PDT)
From:      Yar Tikhiy <yar@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/libexec/ftpd ftpd.c logwtmp.c
Message-ID:  <200207241530.g6OFUsLa039188@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
yar         2002/07/24 08:30:53 PDT

  Modified files:
    libexec/ftpd         ftpd.c logwtmp.c 
  Log:
  Remove the outdated casts to "char *" from the setsockopt(2),
  write(2), and getipnodebyaddr(3) calls.  Now all the above functions
  accept "void *" in that arguments and have prototypes.  Thus, the
  casts are useless under the normal circumstances (and would be harmful
  if the functions had no prototypes.)
  
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.116     +14 -16    src/libexec/ftpd/ftpd.c
  1.11      +1 -1      src/libexec/ftpd/logwtmp.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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