diff options
author | Damien Miller <djm@mindrot.org> | 1999-10-27 13:42:43 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 1999-10-27 13:42:43 +1000 |
commit | bca9c66a906e3de0df1067ca95f6880d8aa4a8f5 (patch) | |
tree | 298d181b279213e819eeb45240dda0605e41f78a /scp.c | |
parent | d4a8b7e34dd619a4debf9a206c81db26d1402ea6 (diff) | |
download | openssh-git-IBS.tar.gz |
Import of patched OpenBSD OpenSSHV_1_2_PRE3IBS
Diffstat (limited to 'scp.c')
-rw-r--r-- | scp.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -42,11 +42,11 @@ and ssh has the necessary privileges.) * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: scp.c,v 1.1 1999/10/27 03:42:45 damien Exp $ + * $Id: scp.c,v 1.1.1.1 1999/10/27 03:42:45 damien Exp $ */ #include "includes.h" -RCSID("$Id: scp.c,v 1.1 1999/10/27 03:42:45 damien Exp $"); +RCSID("$Id: scp.c,v 1.1.1.1 1999/10/27 03:42:45 damien Exp $"); #include "ssh.h" #include "xmalloc.h" @@ -976,7 +976,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.1 1999/10/27 03:42:45 damien Exp $ + * $Id: scp.c,v 1.1.1.1 1999/10/27 03:42:45 damien Exp $ */ char * |