From owner-cvs-all Fri Jan 14 7:37:20 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 1107E155FF; Fri, 14 Jan 2000 07:37:19 -0800 (PST) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA85891; Fri, 14 Jan 2000 07:37:18 -0800 (PST) (envelope-from des@FreeBSD.org) Message-Id: <200001141537.HAA85891@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 14 Jan 2000 07:37:18 -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:37:18 PST Modified files: usr.sbin/syslogd syslogd.c Log: Do this the Right Way (tm), i.e. use shutdown() instead of fooling around with the size of the receive buffer. Pointed out by: ru Revision Changes Path 1.56 +3 -7 src/usr.sbin/syslogd/syslogd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message