summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/scp.c
diff options
context:
space:
mode:
authormarkus <markus@openbsd.org>2000-09-07 20:53:00 +0000
committermarkus <markus@openbsd.org>2000-09-07 20:53:00 +0000
commita147917720cd8d6e6c340ba0f7f2156c9ad79a34 (patch)
tree894ea3c54f388dd2b8def0c90a9a722406beac60 /usr.bin/ssh/scp.c
parentdo not call pcibios_pir_init() if intr_fixup was disabled; also, sync w/ latetest netbsd developments (diff)
downloadwireguard-openbsd-a147917720cd8d6e6c340ba0f7f2156c9ad79a34.tar.xz
wireguard-openbsd-a147917720cd8d6e6c340ba0f7f2156c9ad79a34.zip
typo
Diffstat (limited to 'usr.bin/ssh/scp.c')
-rw-r--r--usr.bin/ssh/scp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/scp.c b/usr.bin/ssh/scp.c
index 8f2072f6f3e..ec1f3d1f44d 100644
--- a/usr.bin/ssh/scp.c
+++ b/usr.bin/ssh/scp.c
@@ -12,7 +12,7 @@
* software must be clearly marked as such, and if the derived work is
* incompatible with the protocol description in the RFC file, it must be
* called by a name other than "ssh" or "Secure Shell".
- *
+ */
/*
* Copyright (c) 1999 Theo de Raadt. All rights reserved.
* Copyright (c) 1999 Aaron Campbell. All rights reserved.
@@ -75,7 +75,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: scp.c,v 1.38 2000/09/07 20:27:53 deraadt Exp $");
+RCSID("$OpenBSD: scp.c,v 1.39 2000/09/07 20:53:00 markus Exp $");
#include "ssh.h"
#include "xmalloc.h"