diff options
Diffstat (limited to 'crypto/openssh/ttymodes.h')
-rw-r--r-- | crypto/openssh/ttymodes.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/openssh/ttymodes.h b/crypto/openssh/ttymodes.h index 6870592..7de4b83 100644 --- a/crypto/openssh/ttymodes.h +++ b/crypto/openssh/ttymodes.h @@ -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 |