On Wed, Dec 29, 2010 at 1:35 AM, Vivi <[email protected]> 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. */
Committed -- thanks. -Garrett ------------------------------------------------------------------------------ Protect Your Site and Customers from Malware Attacks Learn about various malware tactics and how to avoid them. Understand malware threats, the impact they can have on your business, and how you can protect your company and customers by using code signing. http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
