OpenBSD/src Iv9b3FOsys/kern sys_pipe.c, sys/sys pipe.h

   rename PIPE_WANT to PIPE_WANTD.

   PIPE_WANT flag is used for signaling the pipe is about to be run-down.
   Pending readers/writers will wakeup the closing thread which is waiting.

   We already have PIPE_WANTR, PIPE_WANTW and PIPE_LWANT flags, so
   PIPE_WANT isn't really descriptive.

   No functional changes intented.

   ok visa@ anton@ mpi@
VersionDeltaFile
1.92+9-9sys/kern/sys_pipe.c
1.17+2-2sys/sys/pipe.h
+11-112 files

UnifiedSplitRaw