dprintf-posix: Check against memory leak fixed on 2009-12-15.
[gnulib.git] / tests / test-areadlinkat-with-size.c
index 43715d0..55ab78e 100644 (file)
@@ -55,7 +55,7 @@ do_areadlinkat_with_size (char const *name, size_t size)
 }
 
 int
-main ()
+main (void)
 {
   int result;
 
@@ -70,7 +70,7 @@ main ()
 
   /* Relative tests.  */
   if (result == 77)
-    fputs ("skipping test: symlinks not supported on this filesystem\n",
+    fputs ("skipping test: symlinks not supported on this file system\n",
            stderr);
   else
     {