diff options
| author | 2001-05-14 10:35:42 +0000 | |
|---|---|---|
| committer | 2001-05-14 10:35:42 +0000 | |
| commit | 440ade7add217be1cefac0fe9dd2fb56d1bd8217 (patch) | |
| tree | 12bee21b6456525a704083e83e7ef1e386e2891b /sys/kern/sys_pipe.c | |
| parent | sync (diff) | |
| download | wireguard-openbsd-440ade7add217be1cefac0fe9dd2fb56d1bd8217.tar.xz wireguard-openbsd-440ade7add217be1cefac0fe9dd2fb56d1bd8217.zip | |
We already have a prototype for pipe_stat in sys/pipe.h
Diffstat (limited to 'sys/kern/sys_pipe.c')
| -rw-r--r-- | sys/kern/sys_pipe.c | 3 |
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 *)); |
