From c1b890c8bd475419a31c24f2565721cfa573a0d8 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 13 Oct 2011 13:44:40 +0000 Subject: =?UTF-8?q?2011-10-13=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * configure.ac: Check for size of mode_t. * psxfile01/test.c, psxstat/test.c: Include "primode.h". Use PRIomode_t to print mode_t. --- testsuites/psxtests/configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'testsuites/psxtests/configure.ac') diff --git a/testsuites/psxtests/configure.ac b/testsuites/psxtests/configure.ac index 9fe18ea5b6..98156d9746 100644 --- a/testsuites/psxtests/configure.ac +++ b/testsuites/psxtests/configure.ac @@ -79,6 +79,7 @@ AC_CHECK_SIZEOF([off_t]) AC_CHECK_SIZEOF([blksize_t]) AC_CHECK_SIZEOF([blkcnt_t]) AC_CHECK_SIZEOF([time_t]) +AC_CHECK_SIZEOF([mode_t]) # Explicitly list all Makefiles here AC_CONFIG_FILES([Makefile -- cgit v1.2.3