Date: Thu, 16 Nov 2006 19:51:10 +0000 (UTC) From: Jung-uk Kim <jkim@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/tools/regression/sysvmsg msgtest.c Message-ID: <200611161951.kAGJpABS074630@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jkim 2006-11-16 19:51:10 UTC FreeBSD src repository Modified files: tools/regression/sysvmsg msgtest.c Log: Fix message size tests for msgsnd(3) and msgrcv(3). msgsz is the length of actual message and it should not include size of message type. Revision Changes Path 1.2 +12 -8 src/tools/regression/sysvmsg/msgtest.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611161951.kAGJpABS074630>