- (bal) Some platforms don't have ONLCR (Notable Mint)
This commit is contained in:
parent
837461bf9a
commit
b7ae94dd0b
|
@ -9,6 +9,7 @@
|
||||||
- (bal) Build noop setgroups() for cygwin to clean up code (For other
|
- (bal) Build noop setgroups() for cygwin to clean up code (For other
|
||||||
platforms without the setgroups() requirement, you MUST define
|
platforms without the setgroups() requirement, you MUST define
|
||||||
SETGROUPS_NOOP in the configure.ac) Based on patch by vinschen@redhat.com
|
SETGROUPS_NOOP in the configure.ac) Based on patch by vinschen@redhat.com
|
||||||
|
- (bal) Some platforms don't have ONLCR (Notable Mint)
|
||||||
|
|
||||||
20020611
|
20020611
|
||||||
- (bal) ssh-agent.c RCSD fix (|unexpand already done)
|
- (bal) ssh-agent.c RCSD fix (|unexpand already done)
|
||||||
|
@ -921,4 +922,4 @@
|
||||||
- (stevesk) entropy.c: typo in debug message
|
- (stevesk) entropy.c: typo in debug message
|
||||||
- (djm) ssh-keygen -i needs seeded RNG; report from markus@
|
- (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)
|
#if defined(OLCUC)
|
||||||
TTYMODE(OLCUC, c_oflag, 71)
|
TTYMODE(OLCUC, c_oflag, 71)
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef ONLCR
|
||||||
TTYMODE(ONLCR, c_oflag, 72)
|
TTYMODE(ONLCR, c_oflag, 72)
|
||||||
|
#endif
|
||||||
#ifdef OCRNL
|
#ifdef OCRNL
|
||||||
TTYMODE(OCRNL, c_oflag, 73)
|
TTYMODE(OCRNL, c_oflag, 73)
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue