summaryrefslogtreecommitdiff
path: root/usr/src/cmd/ssh/include/proxy-io.h
diff options
context:
space:
mode:
authorAlex Wilson <alex.wilson@joyent.com>2015-08-11 00:23:16 +0000
committerAlex Wilson <alex.wilson@joyent.com>2015-09-03 14:05:34 -0700
commitd0c1b872bd54d7989a1f97af5d5d86ec4a13cabe (patch)
tree76af59311a3eb0011f3012489d059212ea21cd21 /usr/src/cmd/ssh/include/proxy-io.h
parent42d2cb6faf809f84bbfd0fd73fe6f644b8417053 (diff)
downloadillumos-joyent-d0c1b872bd54d7989a1f97af5d5d86ec4a13cabe.tar.gz
OS-4689 Remove SunSSH from illumos-joyent
OS-4688 Switch platform over to using recent OpenSSH Reviewed by: Robert Mustacchi <rm@joyent.com>
Diffstat (limited to 'usr/src/cmd/ssh/include/proxy-io.h')
-rw-r--r--usr/src/cmd/ssh/include/proxy-io.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/usr/src/cmd/ssh/include/proxy-io.h b/usr/src/cmd/ssh/include/proxy-io.h
deleted file mode 100644
index e240118c8d..0000000000
--- a/usr/src/cmd/ssh/include/proxy-io.h
+++ /dev/null
@@ -1,27 +0,0 @@
-/*
- * Copyright 2003 Sun Microsystems, Inc. All rights reserved.
- * Use is subject to license terms.
- */
-
-#ifndef _PROXY_IO_H
-#define _PROXY_IO_H
-
-#pragma ident "%Z%%M% %I% %E% SMI"
-
-/*
- * Read/write loop for ssh proxies.
- */
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-#define BUFFER_SIZ 8192
-
-int proxy_read_write_loop(int readfd, int writefd);
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif /* _PROXY_IO_H */