From: niklas Date: Tue, 10 Sep 1996 16:44:22 +0000 (+0000) Subject: Bring pipe_stat prototype in scope X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=3011108d8c3e20bfa03f7300877f291f4a0c2a3a;p=openbsd Bring pipe_stat prototype in scope --- diff --git a/sys/miscfs/fdesc/fdesc_vnops.c b/sys/miscfs/fdesc/fdesc_vnops.c index a0f8b15170d..d5ed2609bd8 100644 --- a/sys/miscfs/fdesc/fdesc_vnops.c +++ b/sys/miscfs/fdesc/fdesc_vnops.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fdesc_vnops.c,v 1.4 1996/09/07 18:11:18 tholo Exp $ */ +/* $OpenBSD: fdesc_vnops.c,v 1.5 1996/09/10 16:44:22 niklas Exp $ */ /* $NetBSD: fdesc_vnops.c,v 1.32 1996/04/11 11:24:29 mrg Exp $ */ /* @@ -64,8 +64,13 @@ #include #include #include + #include +#include + +#include + #define cttyvp(p) ((p)->p_flag & P_CONTROLT ? (p)->p_session->s_ttyvp : NULL) #define FDL_WANT 0x01