aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorRaymond Jou <rjou@cygnus>1996-07-10 00:05:46 +0000
committerRaymond Jou <rjou@cygnus>1996-07-10 00:05:46 +0000
commit15aec61ca70a3e34a99f69e7235a32b7e38d76c8 (patch)
tree72a9806c8bdbdea2011a93e2db7ba52105f380bc /gdb
parent01cfaa6bf2c59174aedd5caf7c7bc3f8bb6a81ee (diff)
downloadgdb-15aec61ca70a3e34a99f69e7235a32b7e38d76c8.zip
gdb-15aec61ca70a3e34a99f69e7235a32b7e38d76c8.tar.gz
gdb-15aec61ca70a3e34a99f69e7235a32b7e38d76c8.tar.bz2
* ser-mac.c (mac_close): Change a typo SetSetBuf to SerSetBuf.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/ser-mac.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 87120c3..0f2e9eb 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+Tue Jul 9 16:48:55 1996 Raymond Jou <rjou@mexican.cygnus.com>
+
+ * ser-mac.c (mac_close): Change a typo SetSetBuf to SerSetBuf.
+
Mon Jul 08 08:50:39 1996 Mark Alexander <marka@cygnus.com>
* mon960-rom.c (mon960_open): Add floating point detection to
diff --git a/gdb/ser-mac.c b/gdb/ser-mac.c
index e27a9dd..3540002 100644
--- a/gdb/ser-mac.c
+++ b/gdb/ser-mac.c
@@ -328,7 +328,7 @@ mac_close (serial_t scb)
if (output_refnum)
{
if (0 /* custom buffer */)
- SetSetBuf (input_refnum, mac_output_buffer, 0);
+ SerSetBuf (input_refnum, mac_output_buffer, 0);
CloseDriver (output_refnum);
output_refnum = 0;
}