aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/pipe.h
diff options
context:
space:
mode:
authorDon Lewis <truckman@FreeBSD.org>1998-11-11 10:56:07 +0000
committerDon Lewis <truckman@FreeBSD.org>1998-11-11 10:56:07 +0000
commit62d6ce3af2982b9b9e5fd7098abfeff5e681f5f7 (patch)
tree033d620f0bcc6b35e139ee6a744a586b1f800bd7 /sys/sys/pipe.h
parent831d27a9f56da38cf007714c169d208e7b9739be (diff)
downloadsrc-62d6ce3af2982b9b9e5fd7098abfeff5e681f5f7.tar.gz
src-62d6ce3af2982b9b9e5fd7098abfeff5e681f5f7.zip
Notes
Diffstat (limited to 'sys/sys/pipe.h')
-rw-r--r--sys/sys/pipe.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/pipe.h b/sys/sys/pipe.h
index 064334d689b0..9b06500d75c2 100644
--- a/sys/sys/pipe.h
+++ b/sys/sys/pipe.h
@@ -18,7 +18,7 @@
* 5. Modifications may be freely made to this file if the above conditions
* are met.
*
- * $Id: pipe.h,v 1.10 1998/03/26 20:53:26 phk Exp $
+ * $Id: pipe.h,v 1.11 1998/11/11 10:04:12 truckman Exp $
*/
#ifndef _SYS_PIPE_H_
@@ -102,7 +102,7 @@ struct pipe {
struct timespec pipe_atime; /* time of last access */
struct timespec pipe_mtime; /* time of last modify */
struct timespec pipe_ctime; /* time of status change */
- struct sigio *pipe_sigio; /* information for SIGIO */
+ struct sigio *pipe_sigio; /* information for async I/O */
struct pipe *pipe_peer; /* link with other direction */
u_int pipe_state; /* pipe status info */
int pipe_busy; /* busy flag, mostly to handle rundown sanely */