summaryrefslogtreecommitdiffstats
path: root/sys/sys/pipe.h
diff options
context:
space:
mode:
authorart <art@openbsd.org>2001-06-23 06:09:16 +0000
committerart <art@openbsd.org>2001-06-23 06:09:16 +0000
commit1cb16f1ed4b5ba94bde65590966d4c58b644abf7 (patch)
treed759778747d58822b6d41463b468bf27b4cd3464 /sys/sys/pipe.h
parentPrint hardware checksumming statistics. (diff)
downloadwireguard-openbsd-1cb16f1ed4b5ba94bde65590966d4c58b644abf7.tar.xz
wireguard-openbsd-1cb16f1ed4b5ba94bde65590966d4c58b644abf7.zip
pipe_stat isn't referenced from outside sys_pipe.c anymore
Diffstat (limited to 'sys/sys/pipe.h')
-rw-r--r--sys/sys/pipe.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/sys/pipe.h b/sys/sys/pipe.h
index 224598278fa..2aec76962cb 100644
--- a/sys/sys/pipe.h
+++ b/sys/sys/pipe.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pipe.h,v 1.7 2001/06/23 06:04:33 art Exp $ */
+/* $OpenBSD: pipe.h,v 1.8 2001/06/23 06:09:16 art Exp $ */
/*
* Copyright (c) 1996 John S. Dyson
@@ -85,7 +85,6 @@ struct pipe {
};
#ifdef _KERNEL
-int pipe_stat __P((struct file *fp, struct stat *ub, struct proc *p));
void pipe_init __P((void));
#endif /* _KERNEL */