summaryrefslogtreecommitdiffstats
path: root/cpukit/libblock/include
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-02-10 23:34:58 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-02-10 23:34:58 +0000
commitfc658e4e69b384fa3f51465c38b9b98a6995e507 (patch)
tree6f0be3468776d8c86eedb031ac18735e91f8d781 /cpukit/libblock/include
parentSynchronization with RTEMS CVS (HEAD revision). (diff)
downloadrtems-fc658e4e69b384fa3f51465c38b9b98a6995e507.tar.bz2
2011-02-10 Ralf Corsépius <ralf.corsepius@rtems.org>
* libblock/include/rtems/bdpart.h (rtems_bdpart_format): Eliminate unnamed union (Non c99-compliant). * libblock/src/bdpart-create.c, libblock/src/bdpart-read.c, libblock/src/bdpart-write.c: Reflect changes above.
Diffstat (limited to 'cpukit/libblock/include')
-rw-r--r--cpukit/libblock/include/rtems/bdpart.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libblock/include/rtems/bdpart.h b/cpukit/libblock/include/rtems/bdpart.h
index 3a4422db94..a834f21059 100644
--- a/cpukit/libblock/include/rtems/bdpart.h
+++ b/cpukit/libblock/include/rtems/bdpart.h
@@ -197,7 +197,7 @@ typedef struct {
*/
uuid_t disk_id;
} gpt;
- };
+ } u;
} rtems_bdpart_format;
/**