diff options
author | 1999-11-24 00:26:00 +0000 | |
---|---|---|
committer | 1999-11-24 00:26:00 +0000 | |
commit | 32f90fec69b6ddc959020edf4bea4b1f7284cb44 (patch) | |
tree | a7a98aab52f85d11a137ad10d135e10efcd5c20d /usr.bin/ssh/scp.c | |
parent | re-enable mtrr (diff) | |
download | wireguard-openbsd-32f90fec69b6ddc959020edf4bea4b1f7284cb44.tar.xz wireguard-openbsd-32f90fec69b6ddc959020edf4bea4b1f7284cb44.zip |
much more KNF
Diffstat (limited to 'usr.bin/ssh/scp.c')
-rw-r--r-- | usr.bin/ssh/scp.c | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/usr.bin/ssh/scp.c b/usr.bin/ssh/scp.c index 2e79f301d88..f5f53e7ad3b 100644 --- a/usr.bin/ssh/scp.c +++ b/usr.bin/ssh/scp.c @@ -1,13 +1,13 @@ /* - -scp - secure remote copy. This is basically patched BSD rcp which uses ssh -to do the data transfer (instead of using rcmd). - -NOTE: This version should NOT be suid root. (This uses ssh to do the transfer -and ssh has the necessary privileges.) - -1995 Timo Rinne <tri@iki.fi>, Tatu Ylonen <ylo@cs.hut.fi> - + * + * scp - secure remote copy. This is basically patched BSD rcp which uses ssh + * to do the data transfer (instead of using rcmd). + * + * NOTE: This version should NOT be suid root. (This uses ssh to do the transfer + * and ssh has the necessary privileges.) + * + * 1995 Timo Rinne <tri@iki.fi>, Tatu Ylonen <ylo@cs.hut.fi> + * */ /* @@ -45,7 +45,7 @@ and ssh has the necessary privileges.) */ #include "includes.h" -RCSID("$Id: scp.c,v 1.18 1999/11/23 22:25:54 markus Exp $"); +RCSID("$Id: scp.c,v 1.19 1999/11/24 00:26:03 deraadt Exp $"); #include "ssh.h" #include "xmalloc.h" @@ -970,7 +970,7 @@ run_err(const char *fmt,...) * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: scp.c,v 1.18 1999/11/23 22:25:54 markus Exp $ + * $Id: scp.c,v 1.19 1999/11/24 00:26:03 deraadt Exp $ */ char * |