diff options
author | Damien Miller <djm@mindrot.org> | 2006-07-24 15:03:06 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2006-07-24 15:03:06 +1000 |
commit | ad5ecbf07227a5c7e1423adf7c68c6cfb05bbd1e (patch) | |
tree | ffdc09488726fab9910b5f53c9248e1f33d2fba1 /ChangeLog | |
parent | 874bc4883206d253640cb1a9704c5a1161093bcb (diff) |
- (djm) [session.c]
fix compile error with -Werror -Wall: 'path' is only used in
do_setup_env() if HAVE_LOGIN_CAP is not defined
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -119,7 +119,10 @@ | |||
119 | - (djm) [uuencode.c] | 119 | - (djm) [uuencode.c] |
120 | Add resolv.h, is it contains the prototypes for __b64_ntop/__b64_pton on | 120 | Add resolv.h, is it contains the prototypes for __b64_ntop/__b64_pton on |
121 | some platforms | 121 | some platforms |
122 | 122 | - (djm) [session.c] | |
123 | fix compile error with -Werror -Wall: 'path' is only used in | ||
124 | do_setup_env() if HAVE_LOGIN_CAP is not defined | ||
125 | |||
123 | 20060713 | 126 | 20060713 |
124 | - (dtucker) [auth-krb5.c auth-pam.c] Still more errno.h | 127 | - (dtucker) [auth-krb5.c auth-pam.c] Still more errno.h |
125 | 128 | ||
@@ -5037,4 +5040,4 @@ | |||
5037 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 5040 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
5038 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 5041 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
5039 | 5042 | ||
5040 | $Id: ChangeLog,v 1.4432 2006/07/24 04:58:07 djm Exp $ | 5043 | $Id: ChangeLog,v 1.4433 2006/07/24 05:03:06 djm Exp $ |