diff options
author | Jason Molenda <jsm@bugshack.cygnus.com> | 2000-02-02 00:21:19 +0000 |
---|---|---|
committer | Jason Molenda <jsm@bugshack.cygnus.com> | 2000-02-02 00:21:19 +0000 |
commit | ed3cebbbd8c84047fa914f111398876cc6e845c2 (patch) | |
tree | 57074a05fd2c90fb20318d6b83680988883b9450 /gdb/ser-mac.c | |
parent | 485c0dcc7c141eca8c828f81ee2af335d32c3a8e (diff) | |
download | gdb-ed3cebbbd8c84047fa914f111398876cc6e845c2.tar.gz |
import gdb-2000-02-01 snapshot
Diffstat (limited to 'gdb/ser-mac.c')
-rw-r--r-- | gdb/ser-mac.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/ser-mac.c b/gdb/ser-mac.c index 4e8a20ae62f..fe154ab3301 100644 --- a/gdb/ser-mac.c +++ b/gdb/ser-mac.c @@ -1,5 +1,5 @@ /* Remote serial interface for local (hardwired) serial ports for Macintosh. - Copyright 1994 Free Software Foundation, Inc. + Copyright 1994, 2000 Free Software Foundation, Inc. Contributed by Cygnus Support. Written by Stan Shebs. This file is part of GDB. @@ -234,7 +234,7 @@ mac_noflush_set_tty_state (scb, new_ttystate, old_ttystate) static void mac_print_tty_state (serial_t scb, serial_ttystate ttystate, - struct gdb_file *stream) + struct ui_file *stream) { /* Nothing to print. */ return; |