about summary refs log tree commit diff
path: root/streams/getpmsg.c
diff options
context:
space:
mode:
Diffstat (limited to 'streams/getpmsg.c')
-rw-r--r--streams/getpmsg.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/streams/getpmsg.c b/streams/getpmsg.c
index 7e8c872423..f3cba36cc4 100644
--- a/streams/getpmsg.c
+++ b/streams/getpmsg.c
@@ -19,12 +19,8 @@
 #include <stropts.h>
 
 int
-getpmsg (fildes, ctlptr, dataptr, bandp, flagsp)
-     int fildes;
-     struct strbuf *ctlptr;
-     struct strbuf *dataptr;
-     int *bandp;
-     int *flagsp;
+getpmsg (int fildes, struct strbuf *ctlptr, struct strbuf *dataptr, int *bandp,
+	 int *flagsp)
 {
   __set_errno (ENOSYS);
   return -1;