Re: [ANNOUNCE] util-linux-ng v2.16-rc2 -- a small patch

From: Peter Breitenlohner
Date: Mon Jul 13 2009 - 13:32:47 EST


On Thu, 2 Jul 2009, Karel Zak wrote:

The second util-linux-ng 2.16 release candidate is available at

ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.16/

Feedback and bug reports, as always, are welcomed.

Hi Karel,

I just tried to build util-linux-ng-2.16-rc2 (i686/x86_64 linux-gnu
with gcc-3.4.6, libc-2.3.6), but in order to succeed I had to apply the
attached patch (#include <stdarg.h> from shlibs/blkid/src/blkidP.h).

Regards
Peterdiff -ur -x Makefile.in -x '*.m4' -x configure -x autom4te.cache -x Makevars.template -x '*.gmo' util-linux-ng-2.16-rc2.orig/shlibs/blkid/src/blkidP.h util-linux-ng-2.16-rc2/shlibs/blkid/src/blkidP.h
--- util-linux-ng-2.16-rc2.orig/shlibs/blkid/src/blkidP.h 2009-07-01 17:19:54.000000000 +0200
+++ util-linux-ng-2.16-rc2/shlibs/blkid/src/blkidP.h 2009-07-13 18:53:53.000000000 +0200
@@ -18,6 +18,7 @@

#include <sys/types.h>
#include <stdio.h>
+#include <stdarg.h>

#include "bitops.h" /* $(top_srcdir)/include/ */
#include "blkid.h"