summaryrefslogtreecommitdiffstats
path: root/sys/sys/pipe.h
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2002-03-14 01:26:25 +0000
committermillert <millert@openbsd.org>2002-03-14 01:26:25 +0000
commitc4071fd13883b3f74b90a411bbb39755a785aeaa (patch)
tree241e7c760222fac909b512d36156c6db1b610256 /sys/sys/pipe.h
parentcompare pointers with NULL not 0 (diff)
downloadwireguard-openbsd-c4071fd13883b3f74b90a411bbb39755a785aeaa.tar.xz
wireguard-openbsd-c4071fd13883b3f74b90a411bbb39755a785aeaa.zip
First round of __P removal in sys
Diffstat (limited to 'sys/sys/pipe.h')
-rw-r--r--sys/sys/pipe.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/pipe.h b/sys/sys/pipe.h
index 7cca9ad4140..0738720b9a0 100644
--- a/sys/sys/pipe.h
+++ b/sys/sys/pipe.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pipe.h,v 1.9 2001/11/06 19:53:21 miod Exp $ */
+/* $OpenBSD: pipe.h,v 1.10 2002/03/14 01:27:14 millert Exp $ */
/*
* Copyright (c) 1996 John S. Dyson
@@ -85,7 +85,7 @@ struct pipe {
};
#ifdef _KERNEL
-void pipe_init __P((void));
+void pipe_init(void);
#endif /* _KERNEL */
#endif /* !_SYS_PIPE_H_ */