From owner-cvs-all Fri Jan 14 7: 9: 9 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 08B60150ED; Fri, 14 Jan 2000 07:09:08 -0800 (PST) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA82758; Fri, 14 Jan 2000 07:09:07 -0800 (PST) (envelope-from des@FreeBSD.org) Message-Id: <200001141509.HAA82758@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 14 Jan 2000 07:09:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/syslogd syslogd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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