Ignore:
Timestamp:
Oct 25, 2006, 12:41:23 AM (18 years ago)
Author:
Bruno Cornec
Message:

mindi-busybox now uses busybox 1.2.2 (Thanks Rob for that last update and good lucck for your future projects).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mindi-busybox/loginutils/getty.c

    r821 r902  
    486486    }
    487487
    488     tp->c_iflag = tp->c_lflag = tp->c_oflag = tp->c_line = 0;
     488    tp->c_iflag = tp->c_lflag = tp->c_line = 0;
     489    tp->c_oflag = OPOST | ONLCR;
    489490    tp->c_cc[VMIN] = 1;
    490491    tp->c_cc[VTIME] = 0;
Note: See TracChangeset for help on using the changeset viewer.