summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2001-05-14 10:35:43 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2001-05-14 10:35:43 +0000
commitb296e0990d987b38fe241c1b0f52cd3f04a94d72 (patch)
treed05fa4747f51cc7d7adbac765b68a709bed7e03c
parent7ffad0d8b33953464ed8de1aff9a5580fc18a8e9 (diff)
We already have a prototype for pipe_stat in sys/pipe.h
-rw-r--r--sys/kern/sys_pipe.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/sys_pipe.c b/sys/kern/sys_pipe.c
index cfbb2efcd2e..4c4574522a5 100644
--- a/sys/kern/sys_pipe.c
+++ b/sys/kern/sys_pipe.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sys_pipe.c,v 1.26 2001/03/01 20:54:33 provos Exp $ */
+/* $OpenBSD: sys_pipe.c,v 1.27 2001/05/14 10:35:42 art Exp $ */
/*
* Copyright (c) 1996 John S. Dyson
@@ -103,7 +103,6 @@ static int amountpipekva;
void pipeclose __P((struct pipe *));
void pipeinit __P((struct pipe *));
-int pipe_stat __P((struct pipe *, struct stat *));
static __inline int pipelock __P((struct pipe *, int));
static __inline void pipeunlock __P((struct pipe *));
static __inline void pipeselwakeup __P((struct pipe *));