Hi When I copy a message block (mblk_t, with a non-zero length) using copymsg, the value returned by MBLKL for the copy is zero.
len = MBLKL(m); //say 80 mc = copymsg(m); len = MBLKL(mc);// returns 0 ??? -sf -- This message posted from opensolaris.org _______________________________________________ opensolaris-code mailing list opensolaris-code@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/opensolaris-code