From owner-cvs-all Wed Mar 7 0:43:56 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 34A4237B718; Wed, 7 Mar 2001 00:43:46 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f278hkn30624; Wed, 7 Mar 2001 00:43:46 -0800 (PST) (envelope-from ru) Message-Id: <200103070843.f278hkn30624@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 7 Mar 2001 00:43:46 -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: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/03/07 00:43:46 PST Modified files: (Branch: RELENG_4) lib/libc/sys shutdown.2 sys/kern uipc_socket.c Log: MFC: In soshutdown(), use SHUT_* constants instead of FREAD and FWRITE. Also, return EINVAL if `how' is invalid, as required by POSIX. Approved by: jkh Revision Changes Path 1.7.2.4 +31 -24 src/lib/libc/sys/shutdown.2 1.68.2.14 +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