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