Zhigang Wang
2010-Jul-30 02:29 UTC
[Xen-devel] [PATCH]libxl: fix fstat implicit declaration build error
Hi all, This patch fix this: make -C libxl install make[3]: Entering directory `/share/tmp/pkg/xen-unstable/tools/libxl'' gcc -O1 -fno-omit-frame-pointer -fno-optimize-sibling-calls -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wno-unused-value -Wdeclaration-after-statement -D__XEN_TOOLS__ -MMD -MF .libxl.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Werror -Wno-format-zero-length -I. -fPIC -I../../tools/libxc -I../../tools/include -I../../tools/libxc -I../../tools/include -I../../tools/xenstore -I../../tools/include -I../../tools/blktap2/control -I../../tools/blktap2/include -I../../tools/include -c -o libxl.o libxl.c cc1: warnings being treated as errors libxl.c: In function ‘libxl_file_reference_map’: libxl.c:2968: error: implicit declaration of function ‘fstat’ make[3]: *** [libxl.o] Error 1 description: libxl: fix fstat implicit declaration build error. Signed-off-by: Zhigang Wang <zhigang.x.wang@oracle.com> Thanks, Zhigang _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel