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