[rtems commit] psx07: Add missing parameter to printf() call

Gedare Bloom gedare at rtems.org
Sat Jan 24 00:55:49 UTC 2015


This probably should be back-ported.

On Fri, Jan 23, 2015 at 12:12 PM, Joel Sherril <joel at rtems.org> wrote:
> Module:    rtems
> Branch:    master
> Commit:    80bfd3abee002d705da1cf8f81bfacd8fc807e85
> Changeset: http://git.rtems.org/rtems/commit/?id=80bfd3abee002d705da1cf8f81bfacd8fc807e85
>
> Author:    Joel Sherrill <joel.sherrill at oarcorp.com>
> Date:      Fri Jan 23 09:46:48 2015 -0600
>
> psx07: Add missing parameter to printf() call
>
> Close 2241.
>
> Conflicts:
>         testsuites/psxtests/psx07/init.c
>
> ---
>
>  testsuites/psxtests/psx07/init.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/testsuites/psxtests/psx07/init.c b/testsuites/psxtests/psx07/init.c
> index f2d4b99..be5208b 100644
> --- a/testsuites/psxtests/psx07/init.c
> +++ b/testsuites/psxtests/psx07/init.c
> @@ -43,7 +43,7 @@ void print_schedparam(
>       schedparam->sched_ss_init_budget.tv_sec,
>       schedparam->sched_ss_init_budget.tv_nsec );
>  #else
> -  printf( "_POSIX_SPORADIC_SERVER is not defined\n" );
> +  printf( "%s_POSIX_SPORADIC_SERVER is not defined\n", prefix );
>  #endif
>  }
>
>
> _______________________________________________
> vc mailing list
> vc at rtems.org
> http://lists.rtems.org/mailman/listinfo/vc


More information about the devel mailing list