lkml.org 
[lkml]   [1999]   [Aug]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectPossible problem in 2.3.13 msg.h?

I'm not entirely sure about this, but it appears that the msg.h in 2.3.13
and .14 (and maybe other 2.3 kernels) might be broken. In the "struct
msqid_ds" block, there are two lines that look like this:

wait_queue_head_t wwait;
wait_queue_head_t rwait;

I can't seem to compile anything that includes linux/msg.h. It always
complains about the syntax at this point--something about a missing '}'
character. So I replaced it with the corresponding lines from the 2.2
msg.h:

struct wait_queue *wwait;
struct wait_queue *rwait;

and it appears to work.

Will this work over the long term, or did I just break something?


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:53    [W:0.215 / U:0.428 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site