Advertisement
Guest User

hello.patch

a guest
Apr 2nd, 2013
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. diff --git a/testsuites/samples/hello/init.c b/testsuites/samples/hello/init.c
  2. index 8a44a88..1f06be1 100644
  3. --- a/testsuites/samples/hello/init.c
  4. +++ b/testsuites/samples/hello/init.c
  5. @@ -23,9 +23,9 @@ rtems_task Init(
  6. rtems_task_argument ignored
  7. )
  8. {
  9. - printf( "\n\n*** HELLO WORLD TEST ***\n" );
  10. - printf( "Hello World\n" );
  11. - printf( "*** END OF HELLO WORLD TEST ***\n" );
  12. + printf( "\n\n***GSOC 2013 HELLO WORLD TEST ***\n" );
  13. + printf( "Shubham say's Hello World to RTEMS\n" );
  14. + printf( "***END OF GSOC 2013 HELLO WORLD TEST ***\n" );
  15. exit( 0 );
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement