summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/clientloop.c
diff options
context:
space:
mode:
authormarkus <markus@openbsd.org>2001-06-25 08:25:35 +0000
committermarkus <markus@openbsd.org>2001-06-25 08:25:35 +0000
commita4d26d980b00c024596398625368887370de33a7 (patch)
treef45fba4dfed26d85ac81e630ca000f3c7c3ea930 /usr.bin/ssh/clientloop.c
parenthad not noticed the atexit() handler; pointed out by dima@unixfreak.org; also use writev to increase atomicity (diff)
downloadwireguard-openbsd-a4d26d980b00c024596398625368887370de33a7.tar.xz
wireguard-openbsd-a4d26d980b00c024596398625368887370de33a7.zip
update copyright for 2001
Diffstat (limited to 'usr.bin/ssh/clientloop.c')
-rw-r--r--usr.bin/ssh/clientloop.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/clientloop.c b/usr.bin/ssh/clientloop.c
index c96aea56f75..05bcc3add87 100644
--- a/usr.bin/ssh/clientloop.c
+++ b/usr.bin/ssh/clientloop.c
@@ -35,7 +35,7 @@
*
*
* SSH2 support added by Markus Friedl.
- * Copyright (c) 1999,2000 Markus Friedl. All rights reserved.
+ * Copyright (c) 1999, 2000, 2001 Markus Friedl. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -59,7 +59,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: clientloop.c,v 1.77 2001/06/23 15:12:18 itojun Exp $");
+RCSID("$OpenBSD: clientloop.c,v 1.78 2001/06/25 08:25:36 markus Exp $");
#include "ssh.h"
#include "ssh1.h"