On 29/12/10 10:35 +0100, ext Vivi wrote: > LTP test case utimensat01.c can't build without file usctest.h. > > Bellow is the patch: > -- > Index: testcases/kernel/syscalls/utimensat/utimensat01.c > =================================================================== > --- testcases/kernel/syscalls/utimensat/utimensat01.c (revision 161) > +++ testcases/kernel/syscalls/utimensat/utimensat01.c (revision 183) > @@ -40,6 +40,7 @@ > #include <string.h> > #include <sys/stat.h> > #include <test.h> > +#include "usctest.h" > #include "linux_syscall_numbers.h" > > char *TCID = "utimensat01"; /* Test program identifier. */ > -- > > > > Best regards, > Vivi Li
Hi, for your patch emails, can you please you format like: Subject: [LTP] [PATCH] .... and if secondary patch: Subject: [LTP] [PATCH v2] .... etc. Instead of using [Bug Fix] or similar keywords. Btw, is this btw described in ltp web site? br, Hannu ------------------------------------------------------------------------------ Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database environment, and, should the need arise, upgrade to a full multi-node Oracle RAC database without downtime or disruption http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
