diff options
Diffstat (limited to 'src/stropts/putmsg.c')
-rw-r--r-- | src/stropts/putmsg.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stropts/putmsg.c b/src/stropts/putmsg.c index c9388ce5..ba2e5893 100644 --- a/src/stropts/putmsg.c +++ b/src/stropts/putmsg.c @@ -1,3 +1,5 @@ +#if 0 + #include <stropts.h> int putmsg(int fd , const struct strbuf * ctlptr , const struct strbuf * dataptr , int flags ) @@ -7,3 +9,6 @@ int putmsg(int fd , const struct strbuf * ctlptr , const struct strbuf * dataptr /* XOPEN(400) */ + + +#endif |