Hi,
these three patches fixes missing return 0; statements.
--
Cyril Hrubis
[email protected]
Index: ltp-full-20090430/testcases/kernel/io/aio/aio02/main.c
===================================================================
--- ltp-full-20090430.orig/testcases/kernel/io/aio/aio02/main.c
+++ ltp-full-20090430/testcases/kernel/io/aio/aio02/main.c
@@ -34,7 +34,9 @@ int TST_TOTAL=0;
int main(void)
{
- tst_brkm(TCONF, tst_exit, "libaio missing");
+ tst_brkm(TCONF, tst_exit, "libaio missing");
+
+ return 0;
}
#endif
Index: ltp-full-20090430/testcases/kernel/io/aio/aio01/aio01.c
===================================================================
--- ltp-full-20090430.orig/testcases/kernel/io/aio/aio01/aio01.c
+++ ltp-full-20090430/testcases/kernel/io/aio/aio01/aio01.c
@@ -426,7 +426,9 @@ void cleanup() {
int main(void)
{
- tst_brkm(TCONF, tst_exit, "libaio missing");
+ tst_brkm(TCONF, tst_exit, "libaio missing");
+
+ return 0;
}
#endif
Index: ltp-full-20090430/testcases/kernel/io/aio/aio01/aio01.c
===================================================================
--- ltp-full-20090430.orig/testcases/kernel/io/aio/aio01/aio01.c
+++ ltp-full-20090430/testcases/kernel/io/aio/aio01/aio01.c
@@ -426,7 +426,9 @@ void cleanup() {
int main(void)
{
- tst_brkm(TCONF, tst_exit, "libaio missing");
+ tst_brkm(TCONF, tst_exit, "libaio missing");
+
+ return 0;
}
#endif
------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list