Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Jan 1996 02:28:27 -0800 (PST)
From:      Peter Wemm <peter>
To:        CVS-committers, cvs-sys
Subject:   cvs commit: src/sys/kern uipc_syscalls.c
Message-ID:  <199601011028.CAA16425@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       96/01/01 02:28:25

  Modified:    sys/kern  uipc_syscalls.c
  Log:
  Make pipe() return a set of bidirectional pipe fd's rather than one-way only
  just like on SVR4.
  
  This has no effect on any current programs in our source, but makes
  the use of SVR4 code a little easier.  There is no code or implementation
  cost in the kernel.. This two-line change merely sets the modes on the ends
  of the pipes to be bidirectional.  There are no other changes.
  
  Revision  Changes    Path
  1.11      +3 -3      src/sys/kern/uipc_syscalls.c



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