From 28860ec03c339eb936205cd7750b0e1584981521 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 8 Feb 2012 15:57:04 +0100 Subject: 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. --- testsuites/fstests/mrfs_support/fs_support.c | 1 + 1 file changed, 1 insertion(+) (limited to 'testsuites/fstests/mrfs_support') diff --git a/testsuites/fstests/mrfs_support/fs_support.c b/testsuites/fstests/mrfs_support/fs_support.c index ca779aa3fd..ec57e18f24 100644 --- a/testsuites/fstests/mrfs_support/fs_support.c +++ b/testsuites/fstests/mrfs_support/fs_support.c @@ -23,6 +23,7 @@ #include "ramdisk_support.h" #include "fstest.h" +#include "fstest_support.h" #define BLOCK_SIZE (512) -- cgit v1.2.3