X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/blobdiff_plain/f5799ae11d9a6d85b68449a35cd4077ae9090357..f96b1f670e759a7834f281f437f64550fdfecd97:/openssh/ttymodes.h diff --git a/openssh/ttymodes.h b/openssh/ttymodes.h index 7de4b83..ad980e9 100644 --- a/openssh/ttymodes.h +++ b/openssh/ttymodes.h @@ -1,5 +1,4 @@ -/* $OpenBSD: ttymodes.h,v 1.12 2002/03/04 17:27:39 stevesk Exp $ */ - +/* RCSID("$OpenBSD: ttymodes.h,v 1.11 2001/04/14 16:33:20 stevesk Exp $"); */ /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -156,9 +155,7 @@ 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