Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Feb 2001 05:48:08 -0800 (PST)
From:      Ruslan Ermilov <ru@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/sys shutdown.2 src/sys/kern uipc_socket.c
Message-ID:  <200102271348.f1RDm8n76765@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200102271348.f1RDm8n76765>