mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-15 15:08:41 +00:00
* remote.c (minitelnet): Don't redeclare escape_count, echo_check.
This commit is contained in:
parent
ef574fb1a5
commit
e3ab4aba1a
@ -1,3 +1,7 @@
|
||||
2003-04-17 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* remote.c (minitelnet): Don't redeclare escape_count, echo_check.
|
||||
|
||||
2003-04-17 Michael Snyder <msnyder@redhat.com>
|
||||
Karen Bennet <bennet@redhat.com>
|
||||
|
||||
|
@ -5745,9 +5745,6 @@ minitelnet (void)
|
||||
int status;
|
||||
int quit_count = 0;
|
||||
|
||||
extern int escape_count; /* global shared by readsocket */
|
||||
extern int echo_check; /* ditto */
|
||||
|
||||
escape_count = 0;
|
||||
echo_check = -1;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user