|
From: <sv...@va...> - 2006-10-03 19:39:41
|
Author: sewardj Date: 2006-10-03 20:39:39 +0100 (Tue, 03 Oct 2006) New Revision: 6145 Log: Minor build wibblings. Modified: branches/AIX5/auxprogs/Makefile.am branches/AIX5/auxprogs/valgrind-listener.c Modified: branches/AIX5/auxprogs/Makefile.am =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- branches/AIX5/auxprogs/Makefile.am 2006-10-03 19:36:44 UTC (rev 6144) +++ branches/AIX5/auxprogs/Makefile.am 2006-10-03 19:39:39 UTC (rev 6145) @@ -7,6 +7,7 @@ gsl16test gsl16-badfree.patch gsl16-wavelet.patch \ ppcfround.c ppc64shifts.c libmpiwrap.c mpiwrap_type_test.c \ aix5_VKI_info.c \ + aix5_proc_self_sysent.c \ posixtestsuite-1.5.1-diff-results \ posixtestsuite-1.5.1-diff.txt =20 Modified: branches/AIX5/auxprogs/valgrind-listener.c =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- branches/AIX5/auxprogs/valgrind-listener.c 2006-10-03 19:36:44 UTC (r= ev 6144) +++ branches/AIX5/auxprogs/valgrind-listener.c 2006-10-03 19:39:39 UTC (r= ev 6145) @@ -46,6 +46,8 @@ =20 #include "pub_core_basics.h" #include "pub_core_libcassert.h" // For VG_BUGS_TO +#include "pub_core_vki.h" // Avoids warnings from=20 + // pub_core_libcfile.h #include "pub_core_libcfile.h" // For VG_CLO_DEFAULT_LOGPORT =20 =20 |