diff options
author | jp161948 <none@none> | 2007-12-05 05:48:59 -0800 |
---|---|---|
committer | jp161948 <none@none> | 2007-12-05 05:48:59 -0800 |
commit | 743541abe0006f1be576e21a976c36fb2e87accc (patch) | |
tree | ec0b61e1ad2f7a1f4ce31a88d3e5adc03b9b13d5 /usr/src/cmd/ssh/include/includes.h | |
parent | cfae96c24c7523c74c9efb583764b812b6b309c5 (diff) | |
download | illumos-gate-743541abe0006f1be576e21a976c36fb2e87accc.tar.gz |
6496972 misleading error message is printed if X11 forwarding setup fails
6504798 ssh fails for users when ngroups_max=32
6631713 ssh-socks5-proxy-connect is too greedy during initial negotiation
6635397 remove bsd-nextstep files from SunSSH
--HG--
rename : usr/src/cmd/ssh/include/bsd-nextstep.h => deleted_files/usr/src/cmd/ssh/include/bsd-nextstep.h
rename : usr/src/cmd/ssh/libopenbsd-compat/common/bsd-nextstep.c => deleted_files/usr/src/cmd/ssh/libopenbsd-compat/common/bsd-nextstep.c
Diffstat (limited to 'usr/src/cmd/ssh/include/includes.h')
-rw-r--r-- | usr/src/cmd/ssh/include/includes.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr/src/cmd/ssh/include/includes.h b/usr/src/cmd/ssh/include/includes.h index 308b581e15..bc18be79c9 100644 --- a/usr/src/cmd/ssh/include/includes.h +++ b/usr/src/cmd/ssh/include/includes.h @@ -24,7 +24,7 @@ extern "C" { */ /* - * Copyright 2006 Sun Microsystems, Inc. All rights reserved. + * Copyright 2007 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -79,9 +79,6 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg } #ifdef HAVE_MAILLOCK_H # include <maillock.h> /* For _PATH_MAILDIR */ #endif -#ifdef HAVE_NEXT -# include <libc.h> -#endif #include <unistd.h> /* For STDIN_FILENO, etc */ #include <termios.h> /* Struct winsize */ @@ -182,7 +179,6 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg } #include "version.h" #include "openbsd-compat.h" #include "bsd-cygwin_util.h" -#include "bsd-nextstep.h" #include "entropy.h" #include "g11n.h" |