- (bal) Some platforms don't have ONLCR (Notable Mint)

This commit is contained in:
Ben Lindstrom 2002-06-12 17:32:30 +00:00
Родитель 837461bf9a
Коммит b7ae94dd0b
2 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -9,6 +9,7 @@
- (bal) Build noop setgroups() for cygwin to clean up code (For other
platforms without the setgroups() requirement, you MUST define
SETGROUPS_NOOP in the configure.ac) Based on patch by vinschen@redhat.com
- (bal) Some platforms don't have ONLCR (Notable Mint)
20020611
- (bal) ssh-agent.c RCSD fix (|unexpand already done)
@ -921,4 +922,4 @@
- (stevesk) entropy.c: typo in debug message
- (djm) ssh-keygen -i needs seeded RNG; report from markus@
$Id: ChangeLog,v 1.2214 2002/06/12 16:57:14 mouring Exp $
$Id: ChangeLog,v 1.2215 2002/06/12 17:32:30 mouring Exp $

Просмотреть файл

@ -156,7 +156,9 @@ TTYMODE(OPOST, c_oflag, 70)
#if defined(OLCUC)
TTYMODE(OLCUC, c_oflag, 71)
#endif
#ifdef ONLCR
TTYMODE(ONLCR, c_oflag, 72)
#endif
#ifdef OCRNL
TTYMODE(OCRNL, c_oflag, 73)
#endif