commit | 642217c17b9a56c7e4cf48f6a13dfd5e4a4c2e10 | [log] [tgz] |
---|---|---|
author | Andrew Morton <akpm@osdl.org> | Tue Jun 21 17:16:51 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Tue Jun 21 19:07:38 2005 -0700 |
tree | 4f6d979e1092e7517eb84a5c2d2ab81c007cff54 | |
parent | e595447e177b39aa6c96baaa57b30cde2d8b9df7 [diff] |
[PATCH] rock: rename union members The silly thing does: struct foo { ... }; ... #define foo 42 so you can no longer refer to `struct foo' in C code. Rename the structures. Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>