]> andersk Git - openssh.git/commitdiff
- markus@cvs.openbsd.org 2002/01/14 13:57:03
authordjm <djm>
Tue, 22 Jan 2002 12:29:03 +0000 (12:29 +0000)
committerdjm <djm>
Tue, 22 Jan 2002 12:29:03 +0000 (12:29 +0000)
     [channels.h nchan.c]
     (c) 2002

ChangeLog
channels.h
nchan.c

index 9d660df57061b5d3c3dbbe7420b0497de42b5868..d2f870f81f8af85ebbc4e339b203bb5e154cc297 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
    - markus@cvs.openbsd.org 2002/01/14 13:55:55
      [channels.c channels.h nchan.c]
      remove function pointers for events, remove chan_init*; ok provos@
+   - markus@cvs.openbsd.org 2002/01/14 13:57:03
+     [channels.h nchan.c]
+     (c) 2002
 
 20020121
  - (djm) Rework ssh-rand-helper:
index 9f97488b2c3dc03876b91e8b2484effb969c569b..3422d96447139efd380220e1b5dbf7d82addff2d 100644 (file)
@@ -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/nchan.c b/nchan.c
index ebb8e6858fff53b0a52a456978d472a1dd1abec9..070f14a7ae3c52b2440a81b0be9bfcd6d6c05396 100644 (file)
--- a/nchan.c
+++ b/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"
This page took 0.048164 seconds and 5 git commands to generate.