summaryrefslogtreecommitdiffstats
path: root/testsuites/fstests/imfs_support/fs_support.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2012-02-08 15:57:04 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2012-02-08 15:57:04 +0100
commit28860ec03c339eb936205cd7750b0e1584981521 (patch)
tree74d27523a1ac6def54c19f7322b1232ea73a4ea7 /testsuites/fstests/imfs_support/fs_support.c
parentPOSIX conformance (diff)
downloadrtems-28860ec03c339eb936205cd7750b0e1584981521.tar.bz2
Fixed warnings and minor bugs
o Due to the usual integer propagation rules care must be taken in case off_t is involved. o Use the effective UID and GID consistently.
Diffstat (limited to '')
-rw-r--r--testsuites/fstests/imfs_support/fs_support.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuites/fstests/imfs_support/fs_support.c b/testsuites/fstests/imfs_support/fs_support.c
index 814a8475c5..b7a735768a 100644
--- a/testsuites/fstests/imfs_support/fs_support.c
+++ b/testsuites/fstests/imfs_support/fs_support.c
@@ -16,6 +16,7 @@
#include <sys/stat.h>
#include "fstest.h"
+#include "fstest_support.h"
void
test_initialize_filesystem (void)