=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/scp.c,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- src/usr.bin/ssh/scp.c 1999/11/23 22:25:54 1.18 +++ src/usr.bin/ssh/scp.c 1999/11/24 00:26:03 1.19 @@ -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 , Tatu Ylonen - + * + * 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 , Tatu Ylonen + * */ /* @@ -45,7 +45,7 @@ */ #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 @@ * 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 *