diff options
author | Anthony Green <green@redhat.com> | 2003-09-22 14:50:37 +0000 |
---|---|---|
committer | Anthony Green <green@redhat.com> | 2003-09-22 14:50:37 +0000 |
commit | b222a67f1f5f0a601afd28b4afacb5d2b6337ef1 (patch) | |
tree | 93b8c92c93eee80002ff6bb27c8e2c51612a947c /gdb | |
parent | ee206350541cf221a6ac8cd4c0619e999d267ced (diff) | |
download | gdb-b222a67f1f5f0a601afd28b4afacb5d2b6337ef1.zip gdb-b222a67f1f5f0a601afd28b4afacb5d2b6337ef1.tar.gz gdb-b222a67f1f5f0a601afd28b4afacb5d2b6337ef1.tar.bz2 |
Fix targ_ops declaration problem.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/monitor.c | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7185355..7f780b8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2003-09-22 Anthony Green <green@redhat.com> + + * monitor.c (monitor_expect): Delete unused conflicting targ_ops + declaration. + 2003-09-20 Andrew Cagney <cagney@redhat.com> * breakpoint.c: Eliminate ARGSUSED. diff --git a/gdb/monitor.c b/gdb/monitor.c index ee2280d..77bde82 100644 --- a/gdb/monitor.c +++ b/gdb/monitor.c @@ -521,7 +521,6 @@ monitor_expect (char *string, char *buf, int buflen) char *p = string; int obuflen = buflen; int c; - extern struct target_ops *targ_ops; if (monitor_debug_p) { |