From owner-cvs-all Tue Feb 27 5:48:12 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C434337B71A; Tue, 27 Feb 2001 05:48:08 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1RDm8n76765; Tue, 27 Feb 2001 05:48:08 -0800 (PST) (envelope-from ru) Message-Id: <200102271348.f1RDm8n76765@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 27 Feb 2001 05:48:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys shutdown.2 src/sys/kern uipc_socket.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/02/27 05:48:08 PST Modified files: lib/libc/sys shutdown.2 sys/kern uipc_socket.c Log: In soshutdown(), use SHUT_{RD,WR,RDWR} instead of FREAD and FWRITE. Also, return EINVAL if `how' is invalid, as required by POSIX spec. Revision Changes Path 1.11 +31 -24 src/lib/libc/sys/shutdown.2 1.93 +6 -4 src/sys/kern/uipc_socket.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message