mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
- correct BUILD_ECOSBOARD definition is server.c
git-svn-id: svn://svn.berlios.de/openocd/trunk@896 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -306,7 +306,7 @@ int server_loop(command_context_t *command_context)
|
||||
}
|
||||
|
||||
#ifndef _WIN32
|
||||
#ifndef BUILD_ECOSBOARD
|
||||
#if BUILD_ECOSBOARD == 0
|
||||
/* add STDIN to read_fds */
|
||||
FD_SET(fileno(stdin), &read_fds);
|
||||
#endif
|
||||
@@ -400,7 +400,7 @@ int server_loop(command_context_t *command_context)
|
||||
}
|
||||
|
||||
#ifndef _WIN32
|
||||
#ifndef BUILD_ECOSBOARD
|
||||
#if BUILD_ECOSBOARD == 0
|
||||
if (FD_ISSET(fileno(stdin), &read_fds))
|
||||
{
|
||||
if (getc(stdin) == 'x')
|
||||
@@ -455,7 +455,6 @@ int server_init(void)
|
||||
signal(SIGBREAK, sig_handler);
|
||||
signal(SIGABRT, sig_handler);
|
||||
#endif
|
||||
|
||||
|
||||
return ERROR_OK;
|
||||
}
|
||||
@@ -487,5 +486,3 @@ int handle_shutdown_command(struct command_context_s *cmd_ctx, char *cmd, char *
|
||||
|
||||
return ERROR_COMMAND_CLOSE_CONNECTION;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user