diff --git a/sys/sys/pipe.h b/sys/sys/pipe.h index 04e864a08a30..9d2a9ec72005 100644 --- a/sys/sys/pipe.h +++ b/sys/sys/pipe.h @@ -1,4 +1,4 @@ -/* $NetBSD: pipe.h,v 1.11 2002/03/13 20:51:37 jdolecek Exp $ */ +/* $NetBSD: pipe.h,v 1.12 2002/08/16 10:32:12 jdolecek Exp $ */ /* * Copyright (c) 1996 John S. Dyson @@ -137,7 +137,7 @@ struct pipe { struct timeval pipe_atime; /* time of last access */ struct timeval pipe_mtime; /* time of last modify */ struct timeval pipe_ctime; /* time of status change */ - gid_t pipe_pgid; /* process group for sigio */ + pid_t pipe_pgid; /* process group for sigio */ struct lock pipe_lock; /* pipe lock */ #endif struct pipe *pipe_peer; /* link with other direction */