diff options
author | ed <ed@FreeBSD.org> | 2012-02-13 11:59:59 +0000 |
---|---|---|
committer | ed <ed@FreeBSD.org> | 2012-02-13 11:59:59 +0000 |
commit | b36b72f1543152663134dbccfa40dac46c847910 (patch) | |
tree | 690ce6398942be25f1ff4d5bec5108f80bab3674 /crypto/openssh/readconf.h | |
parent | a06d0248d26b0c6b6a8db5611ade3a93483295f3 (diff) | |
download | FreeBSD-src-b36b72f1543152663134dbccfa40dac46c847910.zip FreeBSD-src-b36b72f1543152663134dbccfa40dac46c847910.tar.gz |
Polish diff against upstream.
- Revert unneeded whitespace changes.
- Revert modifications to loginrec.c, as the upstream version already
does the right thing.
- Fix indentation and whitespace of local changes.
Approved by: des
MFC after: 1 month
Diffstat (limited to 'crypto/openssh/readconf.h')
-rw-r--r-- | crypto/openssh/readconf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/openssh/readconf.h b/crypto/openssh/readconf.h index af89bb4..afa5beb 100644 --- a/crypto/openssh/readconf.h +++ b/crypto/openssh/readconf.h @@ -133,6 +133,7 @@ typedef struct { int visual_host_key; int use_roaming; + int request_tty; int hpn_disabled; /* Switch to disable HPN buffer management. */ |