Diff for /freem/src/service.c between versions 1.9 and 1.10

version 1.9, 2025/03/24 01:54:09 version 1.10, 2025/03/24 01:55:46
Line 25 Line 25
  *   along with FreeM.  If not, see <https://www.gnu.org/licenses/>.   *   along with FreeM.  If not, see <https://www.gnu.org/licenses/>.
  *   *
  *   $Log$   *   $Log$
    *   Revision 1.10  2025/03/24 01:55:46  snw
    *   Work around some OS/2 incompatibilities in service.c
    *
  *   Revision 1.9  2025/03/24 01:54:09  snw   *   Revision 1.9  2025/03/24 01:54:09  snw
  *   Work around some OS/2 incompatibilities in set_break and set_zbreak   *   Work around some OS/2 incompatibilities in set_break and set_zbreak
  *   *
Line 85  int scosgr (short att, short bwflag); Line 88  int scosgr (short att, short bwflag);
 #  if !defined(MSDOS)  #  if !defined(MSDOS)
 #    include <termio.h>  #    include <termio.h>
 #  endif  #  endif
   #  if defined(__OS2__)
   #    include <termios.h>
   #    define termio termios
   #  endif
 # endif  # endif
 #else  #else
 # include <termios.h>  # include <termios.h>

Removed from v.1.9  
changed lines
  Added in v.1.10


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>