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