--- zzzz-none-000/linux-2.4.17/ipc/msg.c 2001-09-14 21:17:00.000000000 +0000 +++ sangam-fb-322/linux-2.4.17/ipc/msg.c 2004-11-24 13:22:34.000000000 +0000 @@ -25,6 +25,8 @@ #include #include "util.h" +#include + /* sysctl: */ int msg_ctlmax = MSGMAX; int msg_ctlmnb = MSGMNB; @@ -326,6 +328,7 @@ msg_unlock(id); } up(&msg_ids.sem); + TRACE_IPC(TRACE_EV_IPC_MSG_CREATE, ret, msgflg); return ret; }