Source: rdate Source-Version: 1:1.2-4 Severity: important Tags: patch Hi!
The new libbsd 0.4.0 has dropped several obsolete headers that were producing warning up to now, this package will FTBFS once that version is introduced into the archive, attached is a patch fixing this. thanks, guillem
diff -Naur fail/debian/patches/08-538695-use-libbsd.patch pass/debian/patches/08-538695-use-libbsd.patch --- fail/debian/patches/08-538695-use-libbsd.patch 2012-04-23 21:28:26.000000000 +0200 +++ pass/debian/patches/08-538695-use-libbsd.patch 2012-04-13 07:17:56.000000000 +0200 @@ -18,7 +18,7 @@ #include "ntpleaps.h" -#include "arc4random.h" -+#include <bsd/random.h> ++#include <bsd/stdlib.h> /* * NTP definitions. Note that these assume 8-bit bytes - sigh. There

