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
------------------------------------------------------------------------------
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

Reply via email to