diff options
author | 2002-01-14 13:57:03 +0000 | |
---|---|---|
committer | 2002-01-14 13:57:03 +0000 | |
commit | e2455efad51d59a39d7edd20bca910aa0d708a51 (patch) | |
tree | aa71621c8f7d726c15c5cff1eb42b2b2d4537b1b | |
parent | remove function pointers for events, remove chan_init*; ok provos@ (diff) | |
download | wireguard-openbsd-e2455efad51d59a39d7edd20bca910aa0d708a51.tar.xz wireguard-openbsd-e2455efad51d59a39d7edd20bca910aa0d708a51.zip |
(c) 2002
-rw-r--r-- | usr.bin/ssh/channels.h | 4 | ||||
-rw-r--r-- | usr.bin/ssh/nchan.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/ssh/channels.h b/usr.bin/ssh/channels.h index 9f97488b2c3..3422d964471 100644 --- a/usr.bin/ssh/channels.h +++ b/usr.bin/ssh/channels.h @@ -10,7 +10,7 @@ * called by a name other than "ssh" or "Secure Shell". */ /* - * Copyright (c) 1999, 2000, 2001 Markus Friedl. All rights reserved. + * Copyright (c) 1999, 2000, 2001, 2002 Markus Friedl. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -32,7 +32,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* RCSID("$OpenBSD: channels.h,v 1.58 2002/01/14 13:55:55 markus Exp $"); */ +/* RCSID("$OpenBSD: channels.h,v 1.59 2002/01/14 13:57:03 markus Exp $"); */ #ifndef CHANNEL_H #define CHANNEL_H diff --git a/usr.bin/ssh/nchan.c b/usr.bin/ssh/nchan.c index fd68132a6af..fd005604fca 100644 --- a/usr.bin/ssh/nchan.c +++ b/usr.bin/ssh/nchan.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1999, 2000, 2001 Markus Friedl. All rights reserved. + * Copyright (c) 1999, 2000, 2001, 2002 Markus Friedl. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -23,7 +23,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: nchan.c,v 1.42 2002/01/14 13:55:55 markus Exp $"); +RCSID("$OpenBSD: nchan.c,v 1.43 2002/01/14 13:57:03 markus Exp $"); #include "ssh1.h" #include "ssh2.h" |