Changeset 2463 for trunk/ash/miscbltin.c


Ignore:
Timestamp:
Nov 19, 2005, 4:58:38 PM (20 years ago)
Author:
bird
Message:

OS/2 changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ash/miscbltin.c

    r2462 r2463  
    112112        if (prompt && isatty(0)) {
    113113                out2str(prompt);
    114                 flushall();
     114                output_flushall();
    115115        }
    116116
     
    276276
    277277                        INTOFF;
     278#ifdef __INNOTEK_LIBC__
     279                        if ((set = bsd_setmode(ap)) != 0) {
     280#else
    278281                        if ((set = setmode(ap)) != 0) {
     282#endif
    279283                                mask = getmode(set, ~mask & 0777);
    280284                                ckfree(set);
Note: See TracChangeset for help on using the changeset viewer.