From fe3e2c60a5aed0a59d07250df80ee2289f0907a2 Mon Sep 17 00:00:00 2001 From: Brendan Chandler Date: Tue, 19 Jan 2021 17:23:20 -0600 Subject: [PATCH] remove missing rtems_bsd_set_vprintf_handler --- modules/libcom/RTEMS/posix/rtems_init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/libcom/RTEMS/posix/rtems_init.c b/modules/libcom/RTEMS/posix/rtems_init.c index 5b28d2869..bc7dc7284 100644 --- a/modules/libcom/RTEMS/posix/rtems_init.c +++ b/modules/libcom/RTEMS/posix/rtems_init.c @@ -1064,7 +1064,7 @@ POSIX_Init ( void *argument __attribute__((unused))) #endif // not RTEMS_LEGACY_STACK /* show messages from network after initialization ? good idea? */ - rtems_bsd_set_vprintf_handler(bsd_vprintf_handler_old); + //rtems_bsd_set_vprintf_handler(bsd_vprintf_handler_old); printf("\n***** Setting up file system *****\n"); //???initialize_remote_filesystem(argv, initialize_local_filesystem(argv));