diff options
Diffstat (limited to 'streams/putmsg.c')
-rw-r--r-- | streams/putmsg.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/streams/putmsg.c b/streams/putmsg.c index 9197f7e483..03c69979ec 100644 --- a/streams/putmsg.c +++ b/streams/putmsg.c @@ -19,11 +19,8 @@ #include <stropts.h> int -putmsg (fildes, ctlptr, dataptr, flags) - int fildes; - const struct strbuf *ctlptr; - const struct strbuf *dataptr; - int flags; +putmsg (int fildes, const struct strbuf *ctlptr, const struct strbuf *dataptr, + int flags) { __set_errno (ENOSYS); return -1; |