putpmsg
if (putpmsg(logfd, &ctl, &dat, 1, MSG_BAND) == -1)
extern int putpmsg(int, const struct strbuf *, const struct strbuf *, int, int);
retval = putpmsg(fd, &ctlbuf, &databuf, band, MSG_BAND);
retval = putpmsg(fd, &ctlbuf, &databuf, band, MSG_BAND);
int putpmsg(int, struct strbuf *, struct strbuf *, int, int);
/* 133 */ SYSENT_CI("putpmsg", putpmsg, 5),
int putpmsg(int fdes, struct strbuf *ctl, struct strbuf *data, int pri,