git.codelabs.ch
/
muen
/
linux.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'work.ipc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[muen/linux.git]
/
include
/
linux
/
msg.h
diff --git
a/include/linux/msg.h
b/include/linux/msg.h
index 05115342daa342dd77d6649989a06f2c86380cb7..81263fe3f9dc9dee1d3341fa5c7eda322df415c0 100644
(file)
--- a/
include/linux/msg.h
+++ b/
include/linux/msg.h
@@
-30,6
+30,6
@@
struct msg_queue {
struct list_head q_messages;
struct list_head q_receivers;
struct list_head q_senders;
-};
+}
__randomize_layout
;
#endif /* _LINUX_MSG_H */