* ser-mac.c (mac_close): Change a typo SetSetBuf to SerSetBuf.

This commit is contained in:
Raymond Jou 1996-07-10 00:05:46 +00:00
parent 01cfaa6bf2
commit 15aec61ca7
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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;
}