diff options
Diffstat (limited to 'streams/getmsg.c')
-rw-r--r-- | streams/getmsg.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/streams/getmsg.c b/streams/getmsg.c index 5ca595a998..12fbb7a095 100644 --- a/streams/getmsg.c +++ b/streams/getmsg.c @@ -19,11 +19,7 @@ #include <stropts.h> int -getmsg (fildes, ctlptr, dataptr, flagsp) - int fildes; - struct strbuf *ctlptr; - struct strbuf *dataptr; - int *flagsp; +getmsg (int fildes, struct strbuf *ctlptr, struct strbuf *dataptr, int *flagsp) { __set_errno (ENOSYS); return -1; |