Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Jan 2000 07:09:07 -0800 (PST)
From:      Dag-Erling Smorgrav <des@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/syslogd syslogd.c
Message-ID:  <200001141509.HAA82758@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
des         2000/01/14 07:09:07 PST

  Modified files:
    usr.sbin/syslogd     syslogd.c 
  Log:
  Slight change of secure mode semantics: instead of reading (and counting)
  vogons, set the size of the receive buffer to 1 and rely on the kernel to
  simply drop incoming packets. The logging code was buggy anyway.
  
  Use socklen_t instead of int for the length argument to recvfrom.
  
  Add a 'continue' at the end of a loop for ANSI conformance.
  
  Revision  Changes    Path
  1.55      +17 -14    src/usr.sbin/syslogd/syslogd.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?200001141509.HAA82758>