B. N. Poornima wrote: > I am re sending the patch with the above modifications. Please test and > let me know. Thanks! [clip] > > --- ltp-full-20080731.original/include/linux_syscall_numbers.h > 2008-07-21 16:08:43.000000000 +0530 > +++ ltp-full-20080731/include/linux_syscall_numbers.h 2008-08-18 > 12:42:06.000000000 +0530 > @@ -381,6 +381,9 @@ > # ifndef __NR_faccessat > # define __NR_faccessat (__NR_openat + 12) > # endif > +# ifndef __NR_sync_file_range2 > +# define __NR_sync_file_range2 308 > +# endif
There are few issues with this patch. 1. The patch is modifying a generated file linux_syscall_numbers.h. The files in testcases/kernel/include/*.in should have been modified. 2. When the patch was committed the generated file got added to the CVS repository. Regards, Vijay ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
