Package: ustr
Severity: important
Version: Tags: patch
User: glibc-bsd-de...@lists.alioth.debian.org
Usertags: kfreebsd

Hi,

the current version fails to build on GNU/kFreeBSD.

It needs a small tweak, see bellow.
Currently, the function big_tst() returns garbage on non-linux.

It would also be nice if you can inform upstream about this issue.
It is unclear for me, why this test should be linux specific.

Thanks in advance

                        Petr

--- T/ctst_99_64bit.c
+++ T/ctst_99_64bit.c
@@ -83,6 +83,8 @@
   close(fd);
  fail_mkstemp:
   return (EXIT_FAILED_OK);
+#else
+  return (EXIT_SUCCESS);
 #endif
 }




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to