* tests/test-open.h: Reorder the inline to avoid the issue.
+2013-12-07 Pádraig Brady <P@draigBrady.com>
+
+ open-tests: fix build failure with -Werror=old-style-declaration
+ * tests/test-open.h: Reorder the inline to avoid the issue.
+
2013-12-07 Pádraig Brady <P@draigBrady.com>
md5, sha1, sha256, sha512: fix link error with partial libcrypto
appropriate headers are already included. If PRINT, warn before
skipping symlink tests with status 77. */
-static int __always_inline
+static __always_inline int
test_open (int (*func) (char const *, int, ...), bool print)
{
int fd;